ORM posts
Articles tagged ORM on the Prisma blog: guides, announcements, and updates from the team building Prisma ORM and Prisma Postgres.
Prisma 6.8.0: VS Code Agent Mode, Local Prisma Postgres, Native Deno Support
With Prisma 6.8.0, spin up a local Postgres instance in seconds, create databases with VS Code Agent Mode, query docs via GitHub Copilot, and run Prisma ORM natively on Deno.

Why the Prisma CLI Asks for Your Feedback
To capture the voice of our community we’ve started prompting for feedback directly in the CLI—an unconventional choice that deserves a short explanation.

About MCP Servers & How We Built One for Prisma
Learn what MCP servers are and how Prisma built its MCP server, from tool access concepts to remote server architecture and practical implementation details.

Try the New "Rust-free" Version of Prisma ORM (Early Access)
Try the early-access Rust-free version of Prisma ORM and learn how the new TypeScript/WASM architecture improves performance, deployments, and runtime compatibility.

Prisma ORM 6.6.0: ESM Support, D1 Migrations & MCP Server
The v6.6.0 Prisma ORM release is packed with exciting features: ESM support, migrations on Cloudflare D1, an MCP server to manage DBs & a lot more.

Top 5 Myths about Prisma ORM
Discover the truth behind five common misconceptions about Prisma ORM. In this article, we debunk the myths, explore their origins, and separate fact from fiction.

Advanced Database Schema Management with Atlas & Prisma ORM
Use Atlas with Prisma ORM 7 for advanced schema management: CI/CD linting, schema monitoring, versioning, and low-level features like views and triggers.

Prisma ORM Manifesto: Clarity and Collaboration
Refocusing Prisma on what matters most: clear governance, better issue management, timely feature releases, and community collaboration

Why Use Prisma to Build Your Data Layer in 2024?
Discover how Prisma's powerful tools help you build a scalable, secure, and high-performing data layer. From the popular TypeScript and Node.js ORM to advanced features like connection pooling, caching, and query optimization, Prisma equips you to scale your app to millions of users.



TypedSQL: Type-Safe Raw SQL Queries in Prisma ORM
TypedSQL adds type-safe raw SQL to Prisma ORM: write queries in .sql files, generate typed functions, and run them with $queryRawTyped. Verified on Prisma 7.

Prisma ORM: The Most Downloaded ORM for Node.js and TypeScript
Prisma ORM is the most downloaded ORM for Node.js, with roughly 55 million npm downloads per month as of July 2026. See the numbers, the story behind them, and what came next.


Performance Benchmarks: Comparing Query Latency across TypeScript ORMs & Databases
Which ORM is the fastest? We have created open-source performance benchmarks to compare query latencies for Prisma ORM, TypeORM and Drizzle ORM.
