bertugfahriozer/sql2migration
A Spark command for CodeIgniter 4 that generates migration files from an SQL file, with support for foreign keys, triggers, and DB prefix.
Maintainers
v1.0.3
2025-09-17 05:41 UTC
Requires
- php: ^8.0
- codeigniter4/framework: ^4.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 673353dd75339444e88eccca8c2d2fa12308d21d
- Bertuğ Fahri ÖZER <bertugfahriozer.woop@gmail.com>
This package is auto-updated.
Last update: 2026-06-17 07:19:29 UTC
README
This package generates CodeIgniter 4 migration files from SQL dump files. It has support for foreign keys, triggers, and DB prefix.
Install
Install with Composer:
composer require bertugfahriozer/sql2migration
Useage
php spark sql2migration /path/to/database.sql
For details: Documentation
