Initial commit
This commit is contained in:
8
skills/orm-code-generator/scripts/README.md
Normal file
8
skills/orm-code-generator/scripts/README.md
Normal 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.
|
||||
Reference in New Issue
Block a user