← Back to Blog
Will Madden
Author · 13 posts

Will Madden

ORMMay 22, 2026

Prisma Next Early Access: Write Your Contract, Prompt Your Agent, Ship Your App

Prisma Next is open for Early Access. Define your data layer as a contract and the framework handles migrations, type-safe queries, and continuous upgrades, safe to delegate to your agent.

ORMMay 11, 2026

Prisma Next: April Milestone Complete, the Extension API Is Open

April shipped the first four extensions on the new Prisma Next extension API: pgvector, arktype-json, ParadeDB, and CipherStash. The extension API is open to outside authors. May shifts to Early Access.

ORMMay 7, 2026

Prisma Next: A Call for Extension Authors

Prisma Next has a tiny core that knows nothing about specific databases. Postgres, vector search, and JSON-with-schema are extensions, on the same surface that's open to you. An invitation to build.

ORMMay 6, 2026

Data Migrations in Prisma Next

Write data migrations in TypeScript with Prisma Next. Backfill columns and transform data alongside schema changes using a type-safe query builder.

ORMApril 27, 2026

TypeScript Migrations in Prisma Next

In Prisma Next, migrations are TypeScript files you can read, edit, and re-run with confidence. Every step is verified before it runs and again after, and every failure points directly at the operation that caused it.

ORMApril 13, 2026

MongoDB Without Compromise

Prisma Next brings a MongoDB-native experience to TypeScript with type-safe queries, real migrations, polymorphic models, embedded collections, and typed aggregation pipelines.

ORMMarch 27, 2026

Rethinking Database Migrations

Database migrations are brittle and they break when you're most vulnerable; when you're deploying to production. Prisma Next migrations make them explicit, verifiable and safe to retry.

ORMMarch 20, 2026

Prisma Next Roadmap

Have you been wondering when you can start using Prisma Next in your app? Take a look at our roadmap to find out.

ORMMarch 4, 2026

The Next Evolution of Prisma ORM

A look at Prisma Next, a ground-up rethink of Prisma that improves queries, extensibility, migrations, and AI-friendly workflows while keeping Prisma’s schema-first approach.

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

ORMMay 15, 2025

Why the Prisma CLI Asks for Your Feedback

To capture the voice of our community we’ve started prompting for feedback directly in the CLI—an unconventional choice that deserves a short explanation.

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.

ORMDecember 2, 2024

Prisma ORM Manifesto: Clarity and Collaboration

Refocusing Prisma on what matters most: clear governance, better issue management, timely feature releases, and community collaboration