Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:18:45 +08:00
commit 07ecb03cf0
8 changed files with 288 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Scripts
Bundled resources for orm-code-generator skill
- [ ] generate_model.py: Generates ORM model code based on a database schema or user-defined model definition.
- [ ] generate_schema.py: Generates database schema based on an ORM model definition.
- [ ] validate_model.py: Validates the ORM model definition against best practices and common pitfalls.
- [ ] migration_generator.py: Generates migration files for different ORMs based on model changes.