Series
Multi-part series from the Prisma blog. Explore a topic end to end.
- Featured9 partsPrisma Next
Follow the journey of Prisma Next, the next evolution of Prisma ORM. From the announcement and roadmap to TypeScript migrations, the extension API, and Early Access.
- Featured3 partsPrisma Compute
The story of Prisma Compute: TypeScript app hosting that runs on the same infrastructure as your database. From the public beta launch to the runtime engineering underneath.
- 6 partsPrisma ORM: The Complete Rust-to-TypeScript Migration Journey
How Prisma ORM moved off the Rust query engine to a leaner TypeScript/WASM core, covering the rewrite, benchmarks, and the road to a Rust-free production release.
- 5 partsBuilding a fullstack app using TypeScript, PostgreSQL, Next.js, GraphQL and Prisma
Build a production-ready fullstack app step by step with Next.js, GraphQL, PostgreSQL and Prisma.
- 5 partsBuild A Fullstack App with Remix, Prisma & MongoDB
A multi-part walkthrough of building a fullstack application with Remix, Prisma, and MongoDB.
- 5 partsBuilding a REST API with NestJS, PostgreSQL, Swagger and Prisma
Build a complete REST API with NestJS and Prisma, covering validation, relational data, error handling, and authentication.
- 5 partsThe Ultimate Guide to Testing with Prisma
An end-to-end testing playbook for Prisma apps: unit, integration, and end-to-end tests, plus mocking patterns and CI workflows.
- 4 partsBuild a Fully Type-Safe Application with GraphQL, Prisma & React
Achieve end-to-end type safety across the stack using GraphQL, Prisma, and React.
- 4 partsBuilding a modern backend with TypeScript, PostgreSQL and Prisma
Build a modern backend from data modeling and validation all the way to deployment using TypeScript, PostgreSQL, and Prisma.
- 3 partsImproving query performance with indexes using Prisma
A practical series on using database indexes with Prisma, from the fundamentals to specific index types and how to apply them to real queries.
- 3 partsCode-first GraphQL server development with Nexus
Build code-first GraphQL servers with Nexus, from the problems of schema-first to using Nexus with a database.
- 2 partsPostgres features you can reach for instead of more infrastructure
A short series on Postgres features that quietly replace pieces of your stack. Pub/Sub via LISTEN and NOTIFY, the bloom index for wide tables, and more.