Blog
Stay up to date with the latest from Prisma. Guides, announcements, and articles about Prisma, ORMs, databases, and the data access layer.
The Ultimate Guide to Testing with Prisma: Unit Testing
How to unit test functions that use Prisma ORM with Vitest: what to test, what to skip, and how to use a mocked client. Verified on Prisma 7.8 and Vitest 4.

Restructuring Prisma
Restructuring Prisma


Introducing Accelerate in Early Access
Query up to 1000x faster on any Prisma-supported database with our new distributed cache and scalable connection pool for Serverless apps.


Prisma Is Expanding Its Executive Team
Announcement about new COO joining Prisma


What's new in Prisma? (Q4/22)
Here’s all you need to know about the Prisma ecosystem and community from August to December 2022.

The Ultimate Guide to Testing with Prisma: Mocking Prisma Client
How to mock Prisma Client with Vitest and vitest-mock-extended so you can unit test database code without a real database. Verified on Prisma ORM 7.8.

Prisma Playground: An Interactive Learning Experience for Prisma
Explore the Prisma Client API to send database queries and Prisma Migrate worklfows to evolve your database schema in an interactive environment.

Prisma Client Extensions: 15 Ways to Extend Prisma ORM
Prisma Client extensions add type-safe custom behavior to Prisma ORM: computed fields, validation, RLS, retries and more, with 15 runnable examples.

Building a REST API with NestJS and Prisma: Error Handling
Learn how to handle Prisma errors in a NestJS REST API: throw exceptions in controllers and build an exception filter for Prisma error codes like P2002. Updated for Prisma ORM 7 and NestJS 11.

How TypeScript 4.9 `satisfies` Your Prisma Workflows
Learn how TypeScript 4.9''s new `satisfies` operator can help you write type-safe code with Prisma

Try Prisma: The Fastest Way to Explore Prisma Examples
Announcing: Try Prisma. A CLI utility that allows you to easily set up and try out an example projects using Prisma.


Database Metrics with Prisma, Prometheus & Grafana
This tutorial will help you to get started with Prisma's metrics feature. Learn how to integrate metrics into a web server using Prometheus and Grafana.
