anovsiradj / sqlrun
migrasi SQL satu arah
dev-master
2024-10-09 08:21 UTC
Requires
- php: >=5.6
Requires (Dev)
- ext-pdo: *
- laravel/framework: >=8
- symfony/dotenv: 3.4.x-dev || @stable
- symfony/var-dumper: 3.4.x-dev || @stable
- yiisoft/yii2: @dev
This package is auto-updated.
Last update: 2024-11-09 08:32:45 UTC
README
todos (grouped and ordered by priority)
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)
refs
- 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
docs
- https://www.php.net/manual/en/book.pdo.php
- https://gist.github.com/CMCDragonkai/21269f06cea88c76be47ed73a2a5af9d
notes
- 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