Generate ORM models from database schemas or create database schemas from models for TypeORM, Prisma, Sequelize, SQLAlchemy, and more
Installation
Open Claude Code and run this command:
/plugin install orm-code-generator@claude-code-plugins-plus
Use --global to install for all projects, or --project for current project only.
What It Does
Generate ORM models from database schemas or create database schemas from models.
Features
- Database-to-code generation
- Code-to-database schema generation
- Relationship mapping
- Migration file creation
- Validation rules
- Best practices enforcement
Skills (1)
Execute use when you need to work with ORM code generation.
ReadWriteEditGrepGlobBash(psql:*)Bash(mysql:*)Bash(mongosh:*)
How It Works
The ORM agent activates automatically when you discuss ORM models, database schemas, or model generation.
Use Cases
"Generate TypeORM entities for a blog with users, posts, and comments"