mwanner/ddb

Datahouse Database Tool

1.6.4 2020-04-12 15:41 UTC

This package is auto-updated.

Last update: 2024-04-13 00:48:53 UTC


README

Integrate database schema management with version control.

Latest Stable Version Build Status Coverage Status Supported PHP Version License

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.