Blog

ORMApril 2, 2024

Build Applications at the Edge with Prisma ORM & Cloudflare D1 (Preview)

Prisma ORM now supports Cloudflare D1 databases. Read this article to learn how to query D1 from a Cloudflare Worker.

ORMMarch 12, 2024

Prisma ORM Support for Edge Functions is Now in Preview

We're thrilled to share that you can now access your database with Prisma ORM from Vercel Edge Functions and Cloudflare Workers.

ORMFebruary 21, 2024

Prisma ORM Now Lets You Choose the Best Join Strategy (Preview)

Choose between DB-level and application-level joins to pick the most performant approach for your relation queries.

ORMOctober 6, 2023

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

Prisma support for JavaScript-based serverless database drivers is now in Preview, enabling you to connect to Neon and PlanetScale via HTTP and WebSockets.

ORMSeptember 28, 2023

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

Prisma support for Turso is now in Early Access, enabling you to bring SQLite closer to your users. Try it out!

ORMSeptember 13, 2023

Introducing the Read Replicas Extension for Prisma Client

Distribute read traffic across replicas using the new read replicas extension for Prisma Client.

ORMJuly 12, 2023

Prisma 5: Faster by Default

Prisma 5.0.0 introduces new changes that make it significantly faster. These changes especially improve the experience using Prisma in serverless environments.

ORMJune 22, 2023

Prisma Client Extensions Are Now Production Ready

Make Prisma Client do even more with Client extensions, now Generally Available. Extend your client, models, queries, and results to tailor Prisma Client to your use case.

ORMApril 21, 2023

How We Sped Up Serverless Cold Starts with Prisma by 9x

Learn about the Prisma's goals, the hurdles we are overcoming, and how you can help.

ORMDecember 19, 2022

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

Learn how Prisma Client extensions (Preview) enable a variety of new use cases for the Prisma ORM.

ORMNovember 25, 2022

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.

ORMOctober 17, 2022

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.