G
generating-orm-code
This skill enables Claude to generate ORM models and database schemas. It is triggered when the user requests the creation of ORM models, database schemas, or wishes to generate code for interacting with databases. The skill supports various ORMs including TypeORM, Prisma,
Installation
Pick a client and clone the repository into its skills directory.
Installation
About this skill
This skill enables Claude to generate ORM models and database schemas. It is triggered when the user requests the creation of ORM models, database schemas, or wishes to generate code for interacting with databases. The skill supports various ORMs including TypeORM, Prisma, Sequelize, SQLAlchemy, Django ORM, Entity Framework, and Hibernate. Use this skill when the user mentions terms like \
How to use
- Zainstaluj umiejętność w swoim środowisku Claude'a, dodając ją do konfiguracji dostępnych narzędzi.
- Opisz swoją bazę danych lub model — podaj nazwy tabel, kolumn, typy danych i relacje między encjami.
- Wskaż framework ORM, którego chcesz użyć (np. TypeORM, SQLAlchemy, Prisma) oraz język programowania (TypeScript, Python, JavaScript).
- Claude przeanalizuje Twoje wymagania i wygeneruje kompletny kod modeli ORM, w tym encje, relacje, walidacje i pliki konfiguracyjne.
- Jeśli potrzebujesz migracji bazy danych, Claude może wygenerować również kod migracji dla wybranego frameworku.
- Skopiuj wygenerowany kod do swojego projektu i dostosuj go do swoich potrzeb.