Retrieve TypeORM entity conventions for LaunchFrame projects, including decorators, naming strategies, column types, and relations to ensure consistent database implementation.
Analyzes TypeORM entity source files offline to produce schema graphs, ERD diagrams, Markdown documentation, and missing-documentation audits. Enables AI clients to understand database schema without a database connection.
A demonstration server that integrates Model Context Protocol (MCP) with TypeORM to provide structured database access, allowing users to perform CRUD operations on products through MCP tools.
Extract and document database models from a code repository, listing tables, fields, types, and relationships across SQLAlchemy, Django ORM, Prisma, TypeORM, and Mongoose.