Prisma Next documentation now covers fundamentals, data modeling, migrations, middleware and extensions, contract authoring, and API reference. The schema also reads native PostgreSQL enums.
Prisma Changelog
Prisma Next publishes setup guides for new and existing projects on PostgreSQL and MongoDB, and extends the schema language with scalar list fields and MongoDB enums.
The Management API now includes /v1/apps and /v1/deployments endpoints with deployment logs, enabling end-to-end management of Prisma Compute services without the dashboard.
Prisma Compute (Public Beta) deploys are now configured using a prisma.compute.ts file instead of other configuration methods. Services can be rolled back to any prior version from the Prisma Console.
Prisma Compute is now in public beta, allowing TypeScript apps to be deployed next to Prisma Postgres databases with custom domains and database branches support.
Query Insights has moved into Prisma Studio, allowing inspection of slow queries alongside the data being browsed.
Prisma ORM no longer calls the deprecated Buffer() constructor, eliminating DEP0005 warnings in recent Node.js versions.
Prisma Studio restores horizontal scrolling in Safari, making wide tables usable again.
Prisma ORM now surfaces unmapped database driver errors as a catchable P2039 error instead of crashing the client. Also includes a MongoDB setup fix and patched bundled dependencies.
Prisma ORM now accepts a parameter to set the query plan cache size. Fixed JSON equality evaluation and stopped the Cloudflare D1 adapter from attempting unsupported savepoint operations.
Prisma ORM v7.7.0 introduces a new prisma bootstrap command that sequences the full Prisma Postgres setup into a single interactive flow.
Prisma ORM v7.6.0 adds support for prisma postgres link and Studio dark mode.
Prisma ORM v7.5.0 adds support for nested transaction rollback behavior for SQL databases through savepoints.
Prisma ORM v7.4.2 is a patch release focused on bug fixes and quality improvements across Prisma Client, driver adapters, and the Schema Engine.
Prisma ORM v7.4.1 is a patch release focused on bug fixes and quality improvements across Prisma Client, driver adapters, and the Prisma Schema Language.
Prisma ORM v7.4.0 introduces a new caching layer for Prisma Client. In Prisma 7, the query compiler runs as a WebAssembly module directly on the JavaScript main thread.
Fast and Small Query Compilers: Introduced new compilerBuild option for the client generator with two options: fast and small. Allows swapping the underlying Query Compiler engine based on performance vs size trade-offs. Default is fast mode.
The migrate command now supports URL flags for specifying database connection details, and prisma init detects and configures Bun as the runtime environment.
ORM Features:
- Added
sqlcommenter-query-insightsplugin for SQL query insights metadata - Added
-urlparameter flag fordb pull,db push, andmigrate devcommands - Allow undefined URLs in workflows like
prisma generate - Customized
prisma initbehavior based…
Prisma ORM Features:
- Resolved pnpm monorepo issues with
@prisma/client-runtime-utilsTypeScript conflicts - Implemented SQL commenter plugins for Prisma Client following the sqlcommenter format
- Implemented query tags for SQL…
