Skip to main content
jeremylongshore

orm-code-generator

by jeremylongshorev1.0.0

Generate ORM models from database schemas or create database schemas from models for TypeORM, Prisma, Sequelize, SQLAlchemy, and more

Installation guide →
1 skilldatabase GitHub

Documentation

# ORM Code Generator Plugin

Generate ORM models from database schemas or create database schemas from models.

## Installation

```bash
/plugin install orm-code-generator@claude-code-plugins-plus
```

## Usage

The ORM agent activates automatically when you discuss ORM models, database schemas, or model generation.

## Supported ORMs

- **TypeORM** (TypeScript/JavaScript)
- **Prisma** (TypeScript/JavaScript)
- **Sequelize** (JavaScript)
- **SQLAlchemy** (Python)
- **Django ORM** (Python)
- **Entity Framework** (C#)
- **Hibernate** (Java)
- And more...

## Features

- Database-to-code generation
- Code-to-database schema generation
- Relationship mapping
- Migration file creation
- Validation rules
- Best practices enforcement

## Example

"Generate TypeORM entities for a blog with users, posts, and comments"

## License

MIT