ORM posts
Articles tagged ORM on the Prisma blog: guides, announcements, and updates from the team building Prisma ORM and Prisma Postgres.

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.

Organize Your Prisma Schema into Multiple Files
Prisma ORM supports splitting your schema into multiple .prisma files, Generally Available since v6.7.0. Learn the Prisma 7 setup with prisma.config.ts, best practices, and common pitfalls.


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.

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.

Choosing the Best Join Strategy in Prisma ORM: join vs query
Prisma ORM loads relations with database-level joins (a single SQL query with JSON aggregation) or application-level joins (one query per table). Learn how both work and when to use which.

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.

SQLite on the Edge: Prisma Support for Turso is in Early Access
Prisma support for Turso is now in Early Access, enabling you to bring SQLite closer to your users. Try it out!

Introducing the Read Replicas Extension for Prisma Client
Distribute read traffic across replicas using the new read replicas extension for Prisma Client.

Prisma 5: Faster by Default
Prisma 5.0.0 introduces new changes that make it significantly faster. These changes especially improve the experience using Prisma in serverless environments.

Prisma Client Extensions Are Now Production Ready
Make Prisma Client do even more with Client extensions, now Generally Available. Extend your client, models, queries, and results to tailor Prisma Client to your use case.

How We Sped Up Serverless Cold Starts with Prisma by 9x
Learn about the Prisma's goals, the hurdles we are overcoming, and how you can help.



Prisma Client Extensions: 15 Ways to Extend Prisma ORM
Prisma Client extensions add type-safe custom behavior to Prisma ORM: computed fields, validation, RLS, retries and more, with 15 runnable examples.
