Prisma 5: Faster by Default

July 12, 2023

Prisma 5 introduces changes that make it significantly faster. These changes especially improve the experience of using Prisma in serverless environments thanks to a new and more efficient JSON-based wire protocol that Prisma Client uses under the hood.

Prisma Client Extensions Are Now Production Ready

June 22, 2023

With the release of version 4.16.0 of the Prisma ORM, Client extensions are now Generally Available! This new feature allows users to extend and customize Prisma Client to meet their individual use cases.

Prisma Client Just Became a Lot More Flexible: Prisma Client Extensions (Preview)

December 19, 2022

Prisma Client extensions (in Preview) enable many new use cases. This article will explore various ways you can use extensions to add custom functionality to Prisma Client.

Prisma Support for Tracing and Metrics Is Now in Preview

August 09, 2022

5 min read

We are excited to launch two new features in Preview: Tracing and Metrics. These two features will allow you to monitor and troubleshoot various performance issues effectively. Try them out and share your feedback!

Prisma Support for CockroachDB Is Production Ready 🪳

May 25, 2022

On May 10th, we were thrilled to release version 3.14.0 of Prisma ORM, which brought CockroachDB support to GA! This production-ready feature allows developers to make use of a scalable and resilient database.

Hassle-Free Database Migrations with Prisma Migrate

March 16, 2021

Prisma Migrate helps developers evolve their database schema at every step of development, from prototyping to production. Today we are excited to launch Prisma Migrate for General Availability! Try it out.