Prisma Assistant is a developer tool for teams using Prisma ORM with relational databases. It treats your Prisma schema like a chat partner: describe what you need in plain English and get ready-to-use Prisma Client queries and code.
Query your data through the schema
Prisma Assistant analyzes schema.prisma to help you understand models and relationships and generate correct queries.
- Generate Prisma Client queries from natural-language requests
- Ask about relations between models and how to join related data
- Build more complex selections with filters based on your schema
Works inside your development workflow
The tool runs directly from your working environment via npx, so you can stay in your editor instead of jumping between docs, browser examples, and code.
- Run Prisma Assistant from the command line with npx
- Paste generated snippets straight into your project and edit as needed
Help with schema design and refactoring
Prisma Assistant can support schema navigation and safer changes by clarifying what’s already defined and how to extend models.
- Identify existing relations and fields in large schemas
- Get guidance for expanding models with less risk of breaking changes

