Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anovsiradj/php-sqlrun
Library PHP untuk melakukan migrasi SQL satu arah
https://github.com/anovsiradj/php-sqlrun
Last synced: 2 months ago
JSON representation
Library PHP untuk melakukan migrasi SQL satu arah
- Host: GitHub
- URL: https://github.com/anovsiradj/php-sqlrun
- Owner: anovsiradj
- Created: 2022-04-30T08:28:52.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-23T08:15:08.000Z (4 months ago)
- Last Synced: 2024-09-23T09:18:26.920Z (4 months ago)
- Language: PHP
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sqlrun
### todos (grouped and ordered by priority)
must:
may:
- pdo sqlite driver
- mysql driver
- sqlite driver
- sqlsrv driver
- pdo firebird driverdone:
- 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
- https://github.com/yiisoft/yii2/issues/4683
- https://stackoverflow.com/a/23258691
- https://stackoverflow.com/a/23418118
- https://github.com/gozoro/yii2-sql-migrations/blob/1f1b6bf03a06a8a34d090cc031e600ed61b03bae/src/MigrateBaseController.php#L171