Support for Serverless Database Drivers in Prisma ORM Is Now in Preview

October 06, 2023

Prisma is releasing Preview support for serverless database drivers from Neon and PlanetScale. This feature allows Prisma users to leverage the existing database drivers for communication with their database without long-lived TCP connections!

SQLite on the Edge: Prisma Support for Turso is in Early Access

September 28, 2023

Turso is an edge-hosted, distributed database that's based on libSQL, an open-source and open-contribution fork of SQLite, enabling you to bring data closer to your application and minimize query latency.

We’re excited to share that Prisma ORM is adding Early Access support for Turso. Let’s dive in!

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 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.