Overview
Practical, step-by-step guides for building with Prisma ORM, each one run end to end before it ships.
Practical, step-by-step guides for building with Prisma ORM. Every command in a published guide was run end to end against a live database before it landed here. The Prisma ORM 7 guides remain available for Prisma ORM 7 projects.
Use the version dropdown in the sidebar to switch between these guides and the Prisma ORM 7 guides.
Frameworks
Each framework guide scaffolds a working app with create-prisma, initializes the database, and ends with your data rendering:
Runtimes
Deployment
Database
Switch to Prisma ORM
Integrations
Upgrading
Still on Prisma ORM 7
The authentication guides and the remaining integration and Prisma Postgres guides in the sidebar are written for Prisma ORM 7 and carry a note at the top saying so. Some wait on third-party adapters that still require Prisma Client; the rest land here as they are ported. Cloudflare D1 and the Accelerate integrations live under the Prisma ORM 7 guides only.
Next steps
- Start with the quickstart if you don't have a Prisma ORM project yet.
- Learn the fundamentals: reading, writing, relations, transactions, and advanced queries.
- Read the Prisma ORM overview for the concepts behind contracts, typed queries, and migrations.
