
Will Madden
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Prisma ORM Manifesto: Clarity and Collaboration
Refocusing Prisma on what matters most: clear governance, better issue management, timely feature releases, and community collaboration






