document_database
Extract and document database models from a code repository, listing tables, fields, types, and relationships across SQLAlchemy, Django ORM, Prisma, TypeORM, and Mongoose.
Instructions
Extract and document all database models from a repository (SQLAlchemy, Django ORM, Prisma, TypeORM, Mongoose). Returns tables with fields, types, and relationships.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | Path to the repository. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||