Stay updated

Get our monthly newsletter

You have successfully subscribed

Thank you for joining the Prisma newsletter.
You'll be hearing from us soon.

Latest from the Blog

Prisma 6.9.0 release graphic showing key updates: connect to Prisma Postgres with any ORM, manage databases in VS Code, preview Prisma ORM without Rust engine, and more.

Prisma 6.9.0: Rust-Free ORM in Preview, Connect To Prisma Postgres With Any Tool, & More

Thu Jun 05 2025

You can now connect to Prisma Postgres with any DB library (e.g. Kysely or Drizzle) or tool, use Prisma Postgres locally, manage databases via a dedicated UI in VS Code, and try Prisma ORM without Rust engines!

Vibe Coding an E-commerce App with Prisma MCP and Next.js

Vibe Coding an E-commerce App with Prisma MCP and Next.js

Mon May 26 2025

Learn how we utilized the Prisma MCP server to build an e-commerce app in Next.js by collaborating with AI. Along the way, we break down how to prompt AI effectively, avoid common pitfalls when using Prisma MCP, and guide an implementation with clean architecture—all without writing code ourselves.

Why Prisma ORM Generates Code into Node Modules & Why It’ll Change

Fri May 23 2025

Prisma ORM historically generated its database client into node_modules. This article explains the reasons for the original decision, what we have learned since then, and what we are changing going forward.