Prisma
Prisma 7's Rust-free client is the floor — every release since has been hardening the WASM stack and pulling Postgres deeper in.
◆Recent moves
- 2mo ago
Prisma ORM v7.7.0: the new prisma bootstrap command
The new prisma bootstrap command sequences the full Prisma Postgres setup into a single interactive flow, continuing the trend of folding multi-step provisioning into one CLI.
- 3mo ago
Prisma ORM v7.6.0: prisma postgres link and Studio dark mode
prisma postgres link binds an existing Prisma Postgres database to a project, and Studio gains dark mode. Both lean into the integrated Prisma Postgres path rather than the schema-agnostic ORM one.
- 3mo ago
Prisma ORM v7.5.0: nested transaction savepoints and Studio updates
Nested transaction savepoints land — a long-standing rough edge for SQL workflows that the Rust engine never cleanly exposed. The kind of fix that's only feasible because of the v7 architecture rewrite.
- 4mo ago
Prisma ORM v7.4.2: bug fixes and quality improvements
Patch release with bug fixes across Prisma Client, driver adapters, and the Schema Engine. Standard maintenance cadence on the v7.4 line.
- 4mo ago
Prisma ORM v7.4.1: bug fixes and quality improvements
Another v7.4 patch release; bug fixes across Prisma Client, driver adapters, and the Prisma Schema Language with no user-facing direction change.
- 4mo ago
Prisma ORM v7.4.0: Prisma Client query caching and partial indexes
Prisma Client gains a query caching layer made tractable by the WASM compiler running on the JS main thread, plus partial index support. Real performance and SQL-feature gains, but in line with the v7 hardening arc rather than a new direction.