Blog

EducationMarch 9, 2026

How We Rebuilt the Prisma Docs from the Ground Up

Learn how the Prisma team rebuilt their docs from scratch using Fumadocs, improved search with Mixedbread, and launched without disrupting day-to-day work.

EducationSeptember 9, 2025

Why Prisma ORM Checks Types Faster Than Drizzle

Discover why Prisma ORM outperforms Drizzle ORM in TypeScript type checking. Our benchmarks show Prisma checks queries 72% faster on average, thanks to code generation that keeps editors snappy and CI runs smooth.

EducationJuly 24, 2025

Prisma ORM without Rust: Latest Performance Benchmarks

EducationJune 19, 2025

Optimizing Postgres for Global Apps

EducationMay 26, 2025

Vibe Coding an E-commerce App with Prisma MCP and Next.js

Learn how we used Prisma MCP and Next.js to rapidly build an e-commerce app through vibe coding.

EducationMay 23, 2025

Why Prisma ORM Generates Code into Node Modules & Why It’ll Change

Prisma has historically generated client code into node_modules, but this is changing in the future.

EducationMay 7, 2025

About MCP Servers & How We Built One for Prisma

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.

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

EducationJuly 19, 2023

Database Caching: A Double-Edged Sword? Examining the Pros and Cons

Discover the advantages and hurdles of caching database query results. Learn how caching enhances performance, scalability, and resource utilization, while also delving into the associated challenges.

EducationMay 25, 2023

Overcoming Database Challenges in Serverless & Edge Applications

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