Skip to content

Commit 4b52728

Browse files
Initial commit
- Initialize SQL to Migration package with SqlToMigration.php - Enhance foreign key parsing to support SET NULL and NO ACTION - Add docs.md with usage, examples, and troubleshooting in English - Prepare composer.json and README.md for GitHub and Packagist
0 parents  commit 4b52728

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# SQL to Migration for CodeIgniter 4
2+
3+
This package generates CodeIgniter 4 migration files from SQL dump files. It has support for foreign keys, triggers, and DB prefix.
4+
5+
## Install
6+
Install with Composer:
7+
```bash
8+
composer require yourvendor/sql-to-migration
9+
```
10+
11+
## Useage
12+
php spark sql2migration /path/to/database.sql
13+
14+
For details: [Documentation](docs.md)

0 commit comments

Comments
 (0)