Blog

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.

February 12, 2025

How GreatFrontEnd Supercharged Development with Prisma ORM

Discover how GreatFrontEnd revolutionized their database operations by integrating Prisma ORM—achieving type safety, streamlined schema management, and a more efficient development pipeline.

February 7, 2025

Helping Founders Scale Faster and Build Smarter

AnnouncementFebruary 6, 2025

Announcing: Instant Prisma Postgres for AI Coding Agents

AnnouncementFebruary 6, 2025

Prisma Postgres: Now in Your Favorite Environment

Integrate Prisma Postgres in your Netlify site in less 5 minutes or quickly try it out without leaving your browser using the official Project IDX template.

February 5, 2025

Cloudflare, Unikernels & Bare Metal: Life of a Prisma Postgres Query

Take a look under the hood of the most innovative PostgreSQL database on the market and learn how a query travels through Cloudflare, unikernels and bare metal.

AnnouncementFebruary 3, 2025

Prisma Postgres: The Future of Serverless Databases

Prisma Postgres is finally ready for production! Built on unikernels, it enables a unique set of benefits like no cold starts, connection pooling, edge caching, & more!

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

January 29, 2025

We Made Prisma Studio Even Better

Prisma Studio has just received some great new UX/DX upgrades and is now available in the Prisma Console. Read to find out how you can be more productive in Prisma Studio!

EducationJanuary 15, 2025

Database vs Application: Demystifying JOIN Strategies

Joining data from multiple tables is a complicated topic. There are two main strategies: database-level and application-level joins. Prisma ORM offers both options. In this article you’ll learn the tradeoffs between the two so you can pick the best strategy.

EducationDecember 19, 2024

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.

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.