ORM Code Generator Overview Generate type-safe ORM model classes, migration files, and repository patterns from existing database schemas or domain specifications. Supports Prisma, TypeORM, Sequelize, SQLAlchemy, Django ORM, and Drizzle ORM. Prerequisites - Database connection string or credentials for schema introspection - or CLI for querying - Target ORM framework already installed in the project ( , , , etc.) - Node.js/Python/Go runtime matching the target ORM - Existing project structure to place generated models in the correct directory Instructions 1. Introspect the database schema by…