mwanner / ddb
Datahouse Database Tool
1.6.4
2020-04-12 15:41 UTC
Requires
- php: >=5.6
- ext-pdo: *
- ext-pdo_mysql: *
- ext-pdo_pgsql: *
- ext-pdo_sqlite: *
- clue/graph: 0.9.*
- graphp/graphviz: 0.2.*
- level-2/dice: 2.*
- react/child-process: 0.6.*
- symfony/console: 3.4.*
- symfony/filesystem: 3.4.*
- symfony/yaml: 3.4.*
Requires (Dev)
- nikic/php-parser: 3.*
- overtrue/phplint: 1.2.*
- pdepend/pdepend: 2.*
- phploc/phploc: 4.*
- phpmd/phpmd: 2.*
- phpunit/phpunit: 5.*
- sebastian/phpcpd: 3.*
- squizlabs/php_codesniffer: 3.*
- theseer/phpdox: 0.*
This package is auto-updated.
Last update: 2025-03-13 02:57:52 UTC
README
Integrate database schema management with version control.
Installation
It's recommended that you use Composer to install ddb.
$ composer require mwanner/ddb "^1.6"
This will install ddb
and all required dependencies.
Usage
Tests
To execute the test suite, you'll need phpunit, which composer can fetch for you:
$ composer install $ vendor/bin/phpunit
Credits
- Datahouse AG sponsored the initial development of this nice tool. More importantly, they helped with the design and provided invaluable user feedback.
License
The Datahouse Database Tool is licensed under the MIT license. See License File for more information.