Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:18:24 +08:00
commit b910cf03f8
8 changed files with 249 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Assets
Bundled resources for database-migration-manager skill
- [ ] migration_template.sql A template SQL file for creating new migrations.
- [ ] migration_template.js A template JavaScript file for creating new MongoDB migrations.
- [ ] example_migration_files/ PostgreSQL, MySQL, SQLite, and MongoDB example migration files.