mheinzerling/php-databaseutils

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.gitignore
.travis.yml
LICENCE
README.md
build.xml
composer.json
composer.lock
phpunit.xml
resources/employees.sql
resources/full.sql
resources/full_generated.sql
resources/minimal.sql
src/ConnectionProvider.php20
A
0 mins
src/DatabaseException.php6
A
0 mins
src/DatabaseUtils.php79
A
3 hrs
src/TestDatabaseConnection.php51
A
0 mins
src/logging/LoggingPDO.php54
A
0 mins
src/logging/LoggingPDOStatement.php107
A
1 hr
src/structure/Database.php101
A
2 hrs
src/structure/Field.php100
A
1 hr
src/structure/Migration.php51
A
0 mins
src/structure/SqlSetting.php16
A
0 mins
src/structure/Table.php212
C
1 day
src/structure/builder/DatabaseBuilder.php83
A
0 mins
src/structure/builder/FieldBuilder.php136
A
35 mins
src/structure/builder/TableBuilder.php179
B
4 hrs
src/structure/index/ForeignKey.php59
A
45 mins
src/structure/index/Index.php104
A
1 hr
src/structure/index/LazyForeignKey.php48
A
50 mins
src/structure/index/LazyIndex.php30
B
5 hrs
src/structure/index/LazyPrimary.php24
A
0 mins
src/structure/index/LazyUnique.php30
B
5 hrs
src/structure/index/Primary.php37
A
0 mins
src/structure/index/ReferenceOption.php11
A
0 mins
src/structure/index/Unique.php23
A
0 mins
src/structure/type/BoolType.php24
A
0 mins
src/structure/type/DatetimeType.php19
A
0 mins
src/structure/type/DecimalType.php26
A
0 mins
src/structure/type/EnumType.php26
A
0 mins
src/structure/type/IntType.php29
A
0 mins
src/structure/type/TinyIntType.php19
A
0 mins
src/structure/type/Type.php51
A
2 hrs
src/structure/type/VarcharType.php30
A
0 mins