Prisma Documentation
Prisma is a next-generation ORM for Node.js and TypeScript. It provides type-safe database access, declarative data modeling, and automated migrations. Prisma also offers managed services including Prisma Postgres, Accelerate (connection pooling & caching), and Optimize (query performance analysis).
Quick Reference
| Topic | Entry Point |
|---|---|
| Getting started | contents/100-getting-started/ |
| Schema definition | contents/200-orm/100-prisma-schema/ |
| Client queries | contents/200-orm/200-prisma-client/ |
| Migrations | contents/200-orm/300-prisma-migrate/ |
| Prisma Postgres | contents/250-postgres/ |
| Connection pooling | contents/300-accelerate/ |
| Query optimization | contents/700-optimize/ |
| Guides | contents/800-guides/ |
When to use
Use this skill when the user asks about:
- •Prisma schema definition and data modeling
- •Prisma Client queries, relations, transactions
- •Database migrations with Prisma Migrate
- •Prisma Postgres managed database
- •Accelerate connection pooling and caching
- •Query optimization and performance
- •Prisma CLI and tooling
How to find information
- •First, read
TOC.mdto see all available documentation files - •Identify the relevant section/files based on the user's question
- •Read specific files for detailed information
TOC.md contains a complete file listing organized by directory - always check it first before searching.