Blog

ORMDecember 12, 2024

Advanced Database Schema Management with Atlas & Prisma ORM

Atlas is a powerful data modeling and migrations tool enabling advanced DB schema management workflows, like CI/CD, schema monitoring, versioning, and more.

ORMDecember 2, 2024

Prisma ORM Manifesto: Clarity and Collaboration

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

ORMSeptember 5, 2024

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.

ORMAugust 27, 2024

Announcing TypedSQL: Make your raw SQL queries type-safe with Prisma ORM

Prisma ORM now supports the ability to write raw sql queries and have the inputs and outputs be fully type-safe! Get the benefit of a high-level API with the power of raw SQL.

ORMAugust 20, 2024

How Prisma ORM Became the Most Downloaded ORM for Node.js

Reflect on three years of Prisma ORM development with this article showing how Prisma ORM became the most downloaded ORM for Node.js

ORMJuly 23, 2024

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.

ORMJune 18, 2024

Introducing Prisma Nuxt: Simplifying Data Management for Nuxt Apps

Use Prisma ORM in your Nuxt.js app easily with the Prisma Nuxt module for type-safe queries and database management.

ORMJune 4, 2024

Organize Your Prisma Schema into Multiple Files in v5.15

With Prisma ORM 5.15.0 you can now use multiple Prisma Schema files instead of just one. Learn how to enable this Preview feature and check out a real-world example.

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.