← Back to Blog
Jon Harrell
Author · 10 posts

Jon Harrell

March 3, 2025

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.

February 24, 2025

Prisma Schema Language: The Best Way to Define Your Data

An article discussing the Prisma Schema Language and comparing it to TypeScript-based schemas.

January 30, 2025

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

June 25, 2024

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.

AnnouncementJune 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.

May 24, 2024

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!

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.

ORMJune 22, 2023

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.

AnnouncementJune 16, 2023

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.

EducationMay 25, 2023

Overcoming Database Challenges in Serverless & Edge Applications

Learn best practices around deploying stateful apps in traditionally stateless environments.