Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 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
- 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