must:
may:
- pdo sqlite driver
- mysql driver
- sqlite driver
- sqlsrv driver
- pdo firebird driver
done:
- has loader to load and read files
- can using
.sql
and.php
- pdo mysql/mariadb driver
- pdo pgsql driver
- yii2 driver
- laravel driver (migration)
- https://bitbucket.org/voilab/migrate/src/master/
- https://github.com/alphasoft-fr/sql-migration
- https://github.com/alwex/php-database-migration
- https://github.com/byjg/php-migration
- https://github.com/davedevelopment/phpmig
- https://github.com/elnur/database-migrations
- https://github.com/gozoro/yii2-sql-migrations
- https://github.com/jinnguyen/puja-migration
- https://github.com/KhristaFlower/php-database-migration
- https://github.com/mathamoz/migrant
- https://github.com/maxim-oleinik/blade-migrations
- https://github.com/soft4good/poorman-migrations
- https://github.com/wgirhad/migrate
- https://www.php.net/manual/en/book.pdo.php
- https://gist.github.com/CMCDragonkai/21269f06cea88c76be47ed73a2a5af9d
- https://stackoverflow.com/a/23765464
- https://cogito-ergo-dev.fr/blog/16981/result-set-postgresql-et-php/
- https://stackoverflow.com/a/17493466
- yiisoft/yii2#4683
- https://stackoverflow.com/a/23258691
- https://stackoverflow.com/a/23418118
- https://github.com/gozoro/yii2-sql-migrations/blob/1f1b6bf03a06a8a34d090cc031e600ed61b03bae/src/MigrateBaseController.php#L171