Prisma ORM v7.7.0 introduces a new prisma bootstrap command that sequences the full Prisma Postgres setup into a single interactive flow.
Prisma Changelog
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 Langua...
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 JavaS...
Fast and Small Query Compilers: Introduced new compilerBuild option for the client generator with two options: fast and small. Allows swappi...
ORM Features:
- Added
sqlcommenter-query-insightsplugin for SQL query insights metadata - Added
-urlparameter flag fordb pull,db push,...
Prisma ORM Features:
- Resolved pnpm monorepo issues with
@prisma/client-runtime-utilsTypeScript conflicts - Implemented SQL commenter plugins ...
Simplified Prisma ORM runtime options for Prisma Client to be more consistent and easier to understand. Key changes: node has been removed (use `run...

