Extract data model
extract_data_modelExtract entities, fields, and relations from ORM models and database schemas to produce a readable data model for your business overview.
Instructions
Entities, fields and relations from Prisma, TypeORM, Mongoose, Drizzle, Sequelize, Knex, SQLAlchemy, Django, Eloquent, Laravel migrations, JPA, GORM, SQL DDL and GraphQL SDL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | Yes | Absolute path of the project to analyse (a mounted path such as /workspace when running in Docker). | |
| format | No | Output format (default markdown). | |
| feature | No | Only entities belonging to this feature. | |
| refresh | No | Re-scan the project instead of using the cached analysis. |