← Back to Blog
Series · 8 parts

Prisma Next

Follow the journey of Prisma Next, the next evolution of Prisma ORM. From the announcement and roadmap to TypeScript migrations, the extension API, and Early Access.

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.

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

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.

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.

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