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 60 of the last 60 stable releases
3 versions withdrawn
withdrawn after publishing
7 years old
10652 releases · first in 2020
Release timeline
10652 releases since 2020Releases
- 6.19.0-integration-engines-6-19-0-2-push-qtpkxwkvolmz-33c9120129ea6df44eaf652b4de9bedd817e3190.124 Oct 2025pre-release
Nothing published for this version
- 6.19.0-integration-engines-6-19-0-17-integration-aijeyomah-feature-support-enum-ignore-directive-faee99d5aebc84212fa2814294689bded167b500.128 Oct 2025pre-release
Nothing published for this version
- 6.19.0-integration-engines-6-19-0-13-next-a06eb11979a320a0728d700b06c5afd921691d3a.128 Oct 2025pre-release
Nothing published for this version
- 6.19.0-integration-engines-6-19-0-1-push-qtpkxwkvolmz-389b05cecb76e4e93db0ae07c19800226f238242.124 Oct 2025pre-release
Nothing published for this version
- 6.19.0-dev.1031 Oct 2025pre-release
Nothing published for this version
- 6.19.0-dev.931 Oct 2025pre-release
Nothing published for this version
- 6.19.0-dev.829 Oct 2025pre-release
Nothing published for this version
- 6.19.0-dev.728 Oct 2025pre-release
Nothing published for this version
- 6.19.0-dev.628 Oct 2025pre-release
Nothing published for this version
- 6.19.0-dev.528 Oct 2025pre-release
Nothing published for this version
- 6.19.0-dev.428 Oct 2025pre-release
Nothing published for this version
- 6.19.0-dev.328 Oct 2025pre-release
Nothing published for this version
- 6.19.0-dev.227 Oct 2025pre-release
Nothing published for this version
- 6.19.0-dev.123 Oct 2025pre-release
Nothing published for this version
- 6.18.022 Oct 2025
Release notes
Open source →Today, we are excited to share the
6.18.0stable release 🎉🌟 Star this repo for notifications about new releases, bug fixes & features — or follow us on X!
Prisma ORM
Prisma ORM is the most popular ORM in the TypeScript ecosystem. Today’s release brings a bunch of new bug fixes and overall improvements:
prisma initnow creates aprisma.config.tsautomatically
When creating a new project with 6.18.0,
prisma initwill now create aprisma.config.tsfile automatically. This prepares new applications for the future of Prisma 7. Some fields that have been historically set in theschema.prismafile are now able to be set in theprisma.config.ts, and we encourage people to migrate over to the new structure before the release of version 7, where this file will become a requirement.- Support for defining your
datasourceinprisma.config.ts
If you’re adopting the new
prisma.config.tssetup in your projects, version 6.18.0 brings the ability to set your datasource directly in your config file. Once this is in your config file, any datasource set in yourschema.prismawill be ignored. To set the datasource, we also must include the newenginekey which we can set to"classic", which will be required for Prisma v7import { defineConfig, env } from "prisma/config"; export default defineConfig({ // The Rust-compiled schema engine engine: "classic", datasource: { url: env('DATABASE_URL'), } });- https://github.com/prisma/prisma/pull/28291 Support multiple Prisma instances with different providers
- https://github.com/prisma/prisma/pull/28305 Add
envhelper function - https://github.com/prisma/prisma/pull/28266 Add support for
jsorclassicas engine types inprisma.config - https://github.com/prisma/prisma/pull/28139 Map
BytestoUint8Arraydepending on Typescript version
Preparing for Prisma v7
While it has been mentioned a few times already, many of the changes in this release are here to prepare folks for the upcoming release of Prisma v7. It’s worth repeating that these changes and the migration to
prisma.config.tswill be required for Prisma v7, so we’re releasing this as opt-in features for developers. But come Prisma v7, they will be the new way of configuring your project.Prisma Postgres
Prisma Postgres is our fully managed Postgres service designed with the same philosophy of great DX that has guided Prisma for close to a decade. With this release we are introducing the following improvements:
Database Metric in Console
Inside of your database console, you can now view metrics on your database usage and interactions. You can get insights into the follow:
- Total egress
- Average response size
- Average query duration
In addition, you can also get insights into how to improve your query caching and gain better performance.
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.
- 6.18.0-integration-next.1121 Oct 2025pre-release
Nothing published for this version
- 6.18.0-integration-next.1020 Oct 2025pre-release
Nothing published for this version
- 6.18.0-integration-next.917 Oct 2025pre-release
Nothing published for this version
- 6.18.0-integration-next.816 Oct 2025pre-release
Nothing published for this version
- 6.18.0-integration-next.715 Oct 2025pre-release
Nothing published for this version
- 6.18.0-integration-next.615 Oct 2025pre-release
Nothing published for this version
- 6.18.0-integration-next.514 Oct 2025pre-release
Nothing published for this version
- 6.18.0-integration-next.413 Oct 2025pre-release
Nothing published for this version
- 6.18.0-integration-next.313 Oct 2025pre-release
Nothing published for this version
- 6.18.0-integration-next.210 Oct 2025pre-release
Nothing published for this version
- 6.18.0-integration-next.19 Oct 2025pre-release
Nothing published for this version
- 6.18.0-integration-feat-tml-1074-extract-utilities-entrypoint.117 Oct 2025pre-release
Nothing published for this version
- 6.18.0-integration-engines-6-18-0-5-feat-add-support-for-engine-classic-in-prisma-config-c9fef7a6275e0af7d397fe6e65a84e15906646fd.113 Oct 2025pre-release
Nothing published for this version
- 6.18.0-integration-engines-6-18-0-4-feat-add-support-for-engine-classic-in-prisma-config-da603da4185d9c3eb64b34263855d188e20cf10d.113 Oct 2025pre-release
Nothing published for this version
- 6.18.0-dev.2721 Oct 2025pre-release
Nothing published for this version
- 6.18.0-dev.2621 Oct 2025pre-release
Nothing published for this version
- 6.18.0-dev.2520 Oct 2025pre-release
Nothing published for this version
- 6.18.0-dev.2420 Oct 2025pre-release
Nothing published for this version
- 6.18.0-dev.2317 Oct 2025pre-release
Nothing published for this version
- 6.18.0-dev.2216 Oct 2025pre-release
Nothing published for this version
- 6.18.0-dev.2114 Oct 2025pre-release
Nothing published for this version
- 6.18.0-dev.2014 Oct 2025pre-release
Nothing published for this version
- 6.18.0-dev.1914 Oct 2025pre-release
Nothing published for this version
- 6.18.0-dev.1813 Oct 2025pre-release
Nothing published for this version
- 6.18.0-dev.1710 Oct 2025pre-release
Nothing published for this version
- 6.18.0-dev.1610 Oct 2025pre-release
Nothing published for this version
- 6.18.0-dev.1510 Oct 2025pre-release
Nothing published for this version
- 6.18.0-dev.1410 Oct 2025pre-release
Nothing published for this version
- 6.18.0-dev.1310 Oct 2025pre-release
Nothing published for this version
- 6.18.0-dev.129 Oct 2025pre-release
Nothing published for this version
- 6.18.0-dev.119 Oct 2025pre-release
Nothing published for this version
- 6.18.0-dev.109 Oct 2025pre-release
Nothing published for this version
- 6.18.0-dev.99 Oct 2025pre-release
Nothing published for this version
- 6.18.0-dev.89 Oct 2025pre-release
Nothing published for this version
- 6.18.0-dev.79 Oct 2025pre-release
Nothing published for this version
- 6.18.0-dev.69 Oct 2025pre-release
Nothing published for this version
- 6.18.0-dev.59 Oct 2025pre-release
Nothing published for this version
- 6.18.0-dev.48 Oct 2025pre-release
Nothing published for this version
- 6.18.0-dev.38 Oct 2025pre-release
Nothing published for this version
- 6.18.0-dev.28 Oct 2025pre-release
Nothing published for this version
- 6.18.0-dev.18 Oct 2025pre-release
Nothing published for this version
- 6.17.110 Oct 2025
Release notes
Open source →Today, we are issuing a patch release to address a regression in v6.17.0 that affected diffing of unsupported types, leading to unnecessary or incorrect changes when creating new migrations or running
db pull. This update is recommended for all users who have any fields marked asUnsupportedin their schema files.Changes
- https://github.com/prisma/prisma-engines/pull/5633
- 6.17.1-dev.110 Oct 2025pre-release
Nothing published for this version
- 6.17.07 Oct 2025
Release notes
Open source →Today, we are excited to share the
6.17.0stable release 🎉🌟 Star this repo for notifications about new releases, bug fixes & features — or follow us on X!
Prisma ORM
Prisma ORM is the most popular ORM in the TypeScript ecosystem. Today's release brings a number of bug fixes and improvements to Prisma ORM.
Bug fixes and improvements
- Added support for Entra ID (ActiveDirectory) authentication parameters for the MS SQL Server driver adapter. For example, you can use the
configobject to configure DefaultAzureCredential:
Learn more in this PR.import { PrismaMssql } from '@prisma/adapter-mssql' import { PrismaClient } from '@prisma/client' const config = { server: 'localhost', port: 1433, database: 'mydb', authentication: { type: 'azure-active-directory-default', }, options: { encrypt: true, }, } const adapter = new PrismaMssql(config) const prisma = new PrismaClient({ adapter }) - Relaxed the support package range for
@opentelemetry/instrumentationto be compatible with">=0.52.0 <1". Learn more in this PR. - Added Codex CLI detection, ensuring dangerous Prisma operations are not executed by Codex without explicit user consent. Learn more in this PR.
- Fixed JSON column handling when using a MariaDB database. Learn more in this PR.
- Restored the original behaviour of group-by aggregations where they would refer to columns with explicit table names which fixes a regression that would result in ambiguous column errors. Learn more in this PR.
Prisma Postgres
Prisma Postgres is our fully managed Postgres service designed with the same philosophy of great DX that has guided Prisma for close to a decade. With this release we are introducing the following improvements:
New usage workspace metrics available in your Console Dashboard
The Dashboard in your Prisma Console account now displays new metrics about your Prisma Postgres usage:
- Key metrics
- Estimated upcoming invoice
- Total storage used
- Total DBs
- Overall usage
- Cumulative operations
- Operations per day
Using Prisma Postgres with any tool is ready for production
Previously, the only way to connect to Prisma Postgres was using Prisma ORM. That combination is great because it gives you connection pooling, global caching and overall an amazing DX.
That being said, we understand that preferences vary and some developers prefer to use plain SQL or lower-level query builders in their applications. As of this release, these ways for connecting to Prisma Postgres are now officially generally available and can be used in your production apps!
You can connect using Drizzle, Kysely, TypeORM,
psql, or any other Postgres-compatible library, database migration tools like Atlas or interfaces like DBeaver, Postico, and more.📚 Learn more in the docs.
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 support for Entra ID (ActiveDirectory) authentication parameters for the MS SQL Server driver adapter. For example, you can use the
- 6.17.0-integration-remove-driver-adapter-flag-check.110 Sept 2025pre-release
Nothing published for this version