
Jon Harrell
Rust to TypeScript Update: Boosting Prisma ORM Performance
A blog post showing how the new Query Compiler project, where the Prisma query engine is being re-written from Rust to TypeScript, is improving performance.
Prisma Schema Language: The Best Way to Define Your Data
An article discussing the Prisma Schema Language and comparing it to TypeScript-based schemas.
From Rust to TypeScript: A New Chapter for Prisma ORM
Why is Prisma ORM switching from Rust to TypeScript? Read the full architectural rationale and what the new Query Compiler means for your app's speed
Introducing global omit for model fields in Prisma ORM 5.16.0!
Prisma ORM v5.16.0 allows you to omit fields globally or per-query. This blog post overviews the change and how to omit fields in your Prisma Client queries.
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.
Speed and Savings: Caching Database Queries with Prisma Accelerate
Achieve faster performance and cost savings with Prisma Accelerate's easy per-query caching, eliminating the need for maintaining caching infrastructure. Experience faster queries, without the hassle!
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.
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.
Building on an Established Community: Prisma Now on Discord
Prisma is excited to expand the established Prisma Community Discord and further collaborate with the Prisma community.
Overcoming Database Challenges in Serverless & Edge Applications
Learn best practices around deploying stateful apps in traditionally stateless environments.
