Stay updated
Get releases updates, tutorials, and more content delivered to your inbox monthly.
Thank you for joining the Prisma newsletter.
You'll be hearing from us soon.
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!
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.
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.