Blog

How We Rebuilt the Prisma Docs from the Ground Up
EducationMarch 9, 2026

How We Rebuilt the Prisma Docs from the Ground Up

Learn how the Prisma team rebuilt their docs from scratch using Fumadocs, improved search with Mixedbread, and launched without disrupting day-to-day work.

Aidan McAlister
Aidan McAlister
ORMMarch 4, 2026

The Next Evolution of Prisma ORM

A look at Prisma Next, a ground-up rethink of Prisma that improves queries, extensibility, migrations, and AI-friendly workflows while keeping Prisma’s schema-first approach.

ORMFebruary 19, 2026

Prisma ORM v7.4: Query Caching, Partial Indexes, and Major Performance Improvements

Prisma ORM v7.4 introduces query caching, partial indexes, and BigInt precision fixes—delivering significant performance improvements under load.

ORMFebruary 13, 2026

Prisma 7 AMA: Clearing Up the Why Behind the Changes

Prisma 7 introduces major architectural changes. We answer community AMA questions on performance, database support, the new client generator, and what’s next.

ORMJanuary 21, 2026

Prisma ORM 7.3.0: Faster queries, safer data, smoother upgrades

Prisma ORM 7.3.0 adds a new compilerBuild option (fast or small), speeds up raw queries by bypassing compilation, improves MSSQL and better-sqlite3 stability, reverts mapped enum behavior, and preserves BigInt precision in relationJoins JSON aggregation.

ORMDecember 17, 2025

Announcing Prisma ORM 7.2.0

Prisma ORM 7.2.0 is out with key improvements: the return of the --url flag, smarter prisma init configs for Node and Bun, better CLI errors, and fixes for @db.Money. Upgrade today.

ORMDecember 16, 2025

Prisma 7 Performance and Benchmarks

We reviewed community benchmarks comparing Prisma 6 and Prisma 7. Here’s what they measure, where regressions exist, and how we’re fixing them.

AnnouncementNovember 19, 2025

Announcing Prisma 7

Prisma ORM 7 delivers major performance gains, a Rust-free client, and a streamlined developer experience, plus deeper Prisma Postgres integration.

Prisma PostgresNovember 5, 2025

Announcing Prisma 6.19.0

Prisma 6.19 release includes pooled Postgres connections and VS Code extension improvements

User Success StoryOctober 29, 2025

How Deno and Prisma Partnered to Power Per-Branch Databases

Deno Deploy integrates Prisma Postgres for instant per-branch databases, enabling seamless full-stack deployment and modern developer workflows.

ReleaseOctober 22, 2025

Prisma ORM 6.18.0, Postgres Database Metrics and Config Modernization

Catch up on the lates 6.18.0 release for Prisma ORM and Prisma Postgres.

October 20, 2025

Plot Twist: We're All Building the Same ORM

Why Drizzle's relational API v2 mirrors Prisma: production database problems at scale lead to similar patterns. A look at ORM convergence.