Files
gh-jeremylongshore-claude-c…/skills/orm-code-generator/scripts/README.md
2025-11-30 08:18:45 +08:00

459 B

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.