Prisma Client is an auto-generated, type-safe and modern JavaScript/TypeScript ORM for Node.js that's tailored to your data. Supports PostgreSQL, CockroachDB, MySQL, MariaDB, SQL Server, SQLite & MongoDB databases.
Last release 2 days ago
25 Aug 2026
Ships fairly regularly
a new release about every 1 weeks
Nearly every release is documented
notes for 199 of 199 stable releases
3 versions withdrawn
withdrawn after publishing
7 years old
10652 releases ยท first in 2020
Release timeline
10652 releases since 2020Releases
- 7.9.0-dev.2720 Jul 2026pre-release
Nothing published for this version
- 7.9.0-dev.2620 Jul 2026pre-release
Nothing published for this version
- 7.9.0-dev.2516 Jul 2026pre-release
Nothing published for this version
- 7.9.0-dev.2416 Jul 2026pre-release
Nothing published for this version
- 7.9.0-dev.2316 Jul 2026pre-release
Nothing published for this version
- 7.9.0-dev.2214 Jul 2026pre-release
Nothing published for this version
- 7.9.0-dev.2114 Jul 2026pre-release
Nothing published for this version
- 7.9.0-dev.2010 Jul 2026pre-release
Nothing published for this version
- 7.9.0-dev.199 Jul 2026pre-release
Nothing published for this version
- 7.9.0-dev.188 Jul 2026pre-release
Nothing published for this version
- 7.9.0-dev.176 Jul 2026pre-release
Nothing published for this version
- 7.9.0-dev.163 Jul 2026pre-release
Nothing published for this version
- 7.9.0-dev.153 Jul 2026pre-release
Nothing published for this version
- 7.9.0-dev.143 Jul 2026pre-release
Nothing published for this version
- 7.9.0-dev.138 Jun 2026pre-release
Nothing published for this version
- 7.9.0-dev.124 Jun 2026pre-release
Nothing published for this version
- 7.9.0-dev.114 Jun 2026pre-release
Nothing published for this version
- 7.9.0-dev.104 Jun 2026pre-release
Nothing published for this version
- 7.9.0-dev.93 Jun 2026pre-release
Nothing published for this version
- 7.9.0-dev.82 Jun 2026pre-release
Nothing published for this version
- 7.9.0-dev.71 Jun 2026pre-release
Nothing published for this version
- 7.9.0-dev.619 May 2026pre-release
Nothing published for this version
- 7.9.0-dev.515 May 2026pre-release
Nothing published for this version
- 7.9.0-dev.428 Apr 2026pre-release
Nothing published for this version
- 7.9.0-dev.327 Apr 2026pre-release
Nothing published for this version
- 7.9.0-dev.227 Apr 2026pre-release
Nothing published for this version
- 7.9.0-dev.127 Apr 2026pre-release
Nothing published for this version
- 7.8.022 Apr 2026
Release notes
Open source โToday, we are excited to share the
7.8.0stable release ๐๐ Star this repo for notifications about new releases, bug fixes & features โ or follow us on X!
Highlights
ORM
Features
Prisma Client
- Added a
queryPlanCacheMaxSizeoption to thePrismaClientconstructor for fine-grained control over the query plan cache. Pass0to disable the cache entirely, or omit it to use the default cache size. A larger value can improve performance in applications that execute many unique queries, while a smaller one can reduce memory usage. (#29503)
Bug Fixes
Prisma Client
- Fixed an equality filter panic and incorrect
::jsonbcast when filtering on PostgreSQL JSON list columns. Queries usingwhere: { jsonListField: { equals: [...] } }no longer panic with a type mismatch or emit invalid SQL. (prisma/prisma-engines#5804) - Fixed case-insensitive JSON field filtering (
mode: insensitive), allowingwhere: { jsonField: { equals: "...", mode: "insensitive" } }to work correctly. (prisma/prisma-engines#5806) - Fixed incorrect parameterization of enum values that have a custom database name set via
@map. (#29422) - Fixed a database parameter limit check (
P2029), which could incorrectly reject or miss over-limit queries. (#29422) - Fixed a regression that caused missing SQL Server
VARCHARcasts for parameterized values. (prisma/prisma-engines#5801)
Schema Engine
- Fixed a misleading error message in
prisma migrate diffthat referenced the--shadow-database-urlCLI flag, which was removed in Prisma 7. (#29455) - Fixed
prisma migrate dev(and shadow database migration replay in general) failing withCREATE INDEX CONCURRENTLY cannot run inside a transaction blockwhen a migration contained concurrent index creation statements on PostgreSQL. (prisma/prisma-engines#5799) - Fixed PostgreSQL introspection silently dropping sequence defaults when the database returns the schema-qualified form
pg_catalog.nextval('sequence_name'::regclass)instead of the barenextval(...). Columns backed by sequences now correctly appear as@default(autoincrement())in the Prisma schema in all cases. (prisma/prisma-engines#5802)
Driver Adapters
- @prisma/adapter-d1: Savepoint operations (
createSavepoint,rollbackToSavepoint,releaseSavepoint) now silently no-op with debug logging instead of executing SQL statements, consistent with how the D1 adapter already treats top-level transactions. (#29499)
Open roles at Prisma
Interested in joining Prisma? We're growing and have several exciting opportunities across the company for developers who are passionate about building with Prisma. Explore our open positions on our Careers page and find the role that's right for you.
Enterprise support
Thousands of teams use Prisma and many of them already tap into our Enterprise & Agency Support Program for hands-on help with everything from schema integrations and performance tuning to security and compliance.
With this program you also get priority issue triage and bug fixes, expert scalability advice, and custom training so that your Prisma-powered apps stay rock-solid at any scale. Learn more or join: https://prisma.io/enterprise.
- Added a
- 7.8.0-dev.1222 Apr 2026pre-release
Nothing published for this version
- 7.8.0-dev.1122 Apr 2026pre-release
Nothing published for this version
- 7.8.0-dev.1022 Apr 2026pre-release
Nothing published for this version
- 7.8.0-dev.920 Apr 2026pre-release
Nothing published for this version
- 7.8.0-dev.814 Apr 2026pre-release
Nothing published for this version
- 7.8.0-dev.714 Apr 2026pre-release
Nothing published for this version
- 7.8.0-dev.613 Apr 2026pre-release
Nothing published for this version
- 7.8.0-dev.513 Apr 2026pre-release
Nothing published for this version
- 7.8.0-dev.413 Apr 2026pre-release
Nothing published for this version
- 7.8.0-dev.39 Apr 2026pre-release
Nothing published for this version
- 7.8.0-dev.29 Apr 2026pre-release
Nothing published for this version
- 7.8.0-dev.19 Apr 2026pre-release
Nothing published for this version
- 7.7.07 Apr 2026
Release notes
Open source โToday, we are excited to share the
7.7.0stable release ๐๐ Star this repo for notifications about new releases, bug fixes & features โ or follow us on X!
Highlights
ORM
prisma bootstrapcommandA new
prisma bootstrapcommand (#29374, #29424) sequences the full Prisma Postgres setup into a single interactive flow. It detects the current project state and runs only the steps that are needed:- Init or scaffold โ In an empty directory, offers a choice of 10 starter templates (Next.js, Express, Hono, Fastify, Nuxt, SvelteKit, Remix, React Router 7, Astro, NestJS) from prisma-examples. In an existing project without a schema, runs
prisma init. - Link โ Authenticates via the browser and connects to a Prisma Postgres database. Skips if already linked.
- Install dependencies โ Detects the package manager and offers to install missing
@prisma/client,prisma, anddotenv. - Migrate โ Runs
prisma migrate devif the schema contains models. - Generate โ Runs
prisma generate. - Seed โ Runs
prisma db seedif a seed script is configured.
Each side-effecting step prompts for confirmation. Re-running the command skips already-completed steps.
Basic usage
npx prisma@latest bootstrapWith a starter template
npx prisma@latest bootstrap --template nextjsNon-interactive (CI)
npx prisma@latest bootstrap --api-key "$PRISMA_API_KEY" --database "db_abc123"Open roles at Prisma
Interested in joining Prisma? We're growing and have several exciting opportunities across the company for developers who are passionate about building with Prisma. Explore our open positions on our Careers page and find the role that's right for you.
Enterprise support
Thousands of teams use Prisma and many of them already tap into our Enterprise & Agency Support Program for hands-on help with everything from schema integrations and performance tuning to security and compliance.
With this program you also get priority issue triage and bug fixes, expert scalability advice, and custom training so that your Prisma-powered apps stay rock-solid at any scale. Learn more or join: https://prisma.io/enterprise.
- Init or scaffold โ In an empty directory, offers a choice of 10 starter templates (Next.js, Express, Hono, Fastify, Nuxt, SvelteKit, Remix, React Router 7, Astro, NestJS) from prisma-examples. In an existing project without a schema, runs
- 7.7.0-integration-feat-prisma-bootstrap.731 Mar 2026pre-release
Nothing published for this version
- 7.7.0-integration-feat-prisma-bootstrap.631 Mar 2026pre-release
Nothing published for this version
- 7.7.0-integration-feat-prisma-bootstrap.531 Mar 2026pre-release
Nothing published for this version
- 7.7.0-integration-feat-prisma-bootstrap.427 Mar 2026pre-release
Nothing published for this version
- 7.7.0-integration-feat-prisma-bootstrap.327 Mar 2026pre-release
Nothing published for this version
- 7.7.0-integration-feat-prisma-bootstrap.227 Mar 2026pre-release
Nothing published for this version
- 7.7.0-integration-feat-prisma-bootstrap.127 Mar 2026pre-release
Nothing published for this version
- 7.7.0-integration-feat-bootstrap-ux-fixes.92 Apr 2026pre-release
Nothing published for this version
- 7.7.0-integration-feat-bootstrap-ux-fixes.82 Apr 2026pre-release
Nothing published for this version
- 7.7.0-integration-feat-bootstrap-ux-fixes.72 Apr 2026pre-release
Nothing published for this version
- 7.7.0-integration-feat-bootstrap-ux-fixes.62 Apr 2026pre-release
Nothing published for this version
- 7.7.0-integration-feat-bootstrap-ux-fixes.52 Apr 2026pre-release
Nothing published for this version
- 7.7.0-integration-feat-bootstrap-ux-fixes.42 Apr 2026pre-release
Nothing published for this version
- 7.7.0-integration-feat-bootstrap-ux-fixes.31 Apr 2026pre-release
Nothing published for this version
- 7.7.0-dev.57 Apr 2026pre-release
Nothing published for this version
- 7.7.0-dev.47 Apr 2026pre-release
Nothing published for this version
- 7.7.0-dev.32 Apr 2026pre-release
Nothing published for this version
- 7.7.0-dev.21 Apr 2026pre-release
Nothing published for this version
- 7.7.0-dev.131 Mar 2026pre-release
Nothing published for this version