Guides, announcements and articles about Prisma, databases and the data access layer.
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!
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!
September 13, 2023
We're excited to share the @prisma/extension-read-replicas
Prisma Client extension! This extension enables you to distribute workloads across database replicas for high-traffic workloads using Prisma Client. Try it out.
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.
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.
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.
November 25, 2022
We are very excited to announce our new CLI utility, try-prisma
.
This tool allows you to easily set up an official Prisma example project from the prisma-examples repository locally with a single command: npx try-prisma
.
October 17, 2022
Prisma's metrics feature gives you detailed insights into how Prisma interacts with your database. In this tutorial, you will learn how to use metrics to monitor your database using Prisma, Prometheus and Grafana.
September 05, 2022
Tracing is a powerful tool that allows you to analyze your application's performance and identify bottlenecks. This tutorial will teach you the core concepts of tracing and how to integrate tracing into your application using OpenTelemetry and Prisma's tracing feature.
August 09, 2022
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!
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.
April 05, 2022
We are excited to share that today's Prisma ORM release adds stable and production-ready support for MongoDB! Join our celebrations during the launch week April 25-29.
February 03, 2022
Prisma Migrate is a database schema migration tool that simplifies evolving the database schema productively and predictably. We are launching two new low-level Preview Migrate commands to improve the developer experience when troubleshooting schema migrations. Try them out and share your feedback.