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 3 days ago
27 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
10653 releases · first in 2020
Release timeline
10653 releases since 2020One column per quarter.
Releases
- 5.6.0-dev.561 Nov 2023pre-release
Nothing published for this version
- 5.6.0-dev.551 Nov 2023pre-release
Nothing published for this version
- 5.6.0-dev.541 Nov 2023pre-release
Nothing published for this version
- 5.6.0-dev.531 Nov 2023pre-release
Nothing published for this version
- 5.6.0-dev.521 Nov 2023pre-release
Nothing published for this version
- 5.6.0-dev.511 Nov 2023pre-release
Nothing published for this version
- 5.6.0-dev.491 Nov 2023pre-release
Nothing published for this version
- 5.6.0-dev.481 Nov 2023pre-release
Nothing published for this version
- 5.6.0-dev.471 Nov 2023pre-release
Nothing published for this version
- 5.6.0-dev.461 Nov 2023pre-release
Nothing published for this version
- 5.6.0-dev.4531 Oct 2023pre-release
Nothing published for this version
- 5.6.0-dev.4431 Oct 2023pre-release
Nothing published for this version
- 5.6.0-dev.4331 Oct 2023pre-release
Nothing published for this version
- 5.6.0-dev.4231 Oct 2023pre-release
Nothing published for this version
- 5.6.0-dev.4131 Oct 2023pre-release
Nothing published for this version
- 5.6.0-dev.4031 Oct 2023pre-release
Nothing published for this version
- 5.6.0-dev.3930 Oct 2023pre-release
Nothing published for this version
- 5.6.0-dev.3830 Oct 2023pre-release
Nothing published for this version
- 5.6.0-dev.3630 Oct 2023pre-release
Nothing published for this version
- 5.6.0-dev.3530 Oct 2023pre-release
Nothing published for this version
- 5.6.0-dev.3430 Oct 2023pre-release
Nothing published for this version
- 5.6.0-dev.3330 Oct 2023pre-release
Nothing published for this version
- 5.6.0-dev.3230 Oct 2023pre-release
Nothing published for this version
- 5.6.0-dev.2630 Oct 2023pre-release
Nothing published for this version
- 5.6.0-dev.2530 Oct 2023pre-release
Nothing published for this version
- 5.6.0-dev.2427 Oct 2023pre-release
Nothing published for this version
- 5.6.0-dev.2327 Oct 2023pre-release
Nothing published for this version
- 5.6.0-dev.2227 Oct 2023pre-release
Nothing published for this version
- 5.6.0-dev.2127 Oct 2023pre-release
Nothing published for this version
- 5.6.0-dev.2027 Oct 2023pre-release
Nothing published for this version
- 5.6.0-dev.1926 Oct 2023pre-release
Nothing published for this version
- 5.6.0-dev.1826 Oct 2023pre-release
Nothing published for this version
- 5.6.0-dev.1726 Oct 2023pre-release
Nothing published for this version
- 5.6.0-dev.1626 Oct 2023pre-release
Nothing published for this version
- 5.6.0-dev.1526 Oct 2023pre-release
Nothing published for this version
- 5.6.0-dev.1425 Oct 2023pre-release
Nothing published for this version
- 5.6.0-dev.1325 Oct 2023pre-release
Nothing published for this version
- 5.6.0-dev.1225 Oct 2023pre-release
Nothing published for this version
- 5.6.0-dev.1125 Oct 2023pre-release
Nothing published for this version
- 5.6.0-dev.1025 Oct 2023pre-release
Nothing published for this version
- 5.6.0-dev.924 Oct 2023pre-release
Nothing published for this version
- 5.6.0-dev.824 Oct 2023pre-release
Nothing published for this version
- 5.6.0-dev.724 Oct 2023pre-release
Nothing published for this version
- 5.6.0-dev.524 Oct 2023pre-release
Nothing published for this version
- 5.6.0-dev.424 Oct 2023pre-release
Nothing published for this version
- 5.6.0-dev.324 Oct 2023pre-release
Nothing published for this version
- 5.6.0-dev.224 Oct 2023pre-release
Nothing published for this version
- 5.6.0-dev.124 Oct 2023pre-release
Nothing published for this version
- 5.5.225 Oct 2023
- 5.5.2-dev.125 Oct 2023pre-release
Nothing published for this version
- 5.5.125 Oct 2023
- 5.5.1-dev.325 Oct 2023pre-release
Nothing published for this version
- 5.5.1-dev.125 Oct 2023pre-release
Nothing published for this version
- 5.5.024 Oct 2023
Release notes
Open source →🌟 Help us spread the word about Prisma by starring the repo or tweeting about the release. 🌟
Highlights
Serverless database drivers improvements and request for feedback (Preview)
In version 5.4.0, we released
driverAdaptersinto Preview. ThedriverAdapterfeature enables Prisma Client to access your database using other JavaScript or Serverless database drivers such as Neon, PlanetScale, and Turso.The driver adapters allow Prisma Client to connect to your database using protocols besides TCP, such as HTTP (PlanetScale and Turso) and WebSockets (Neon). You can learn more about the Preview feature from the announcement blog post.
In this release, we focused our efforts on fixing bugs and improving the stability of the Preview feature.
We encourage you to try it out and share your feedback to help us move it to General Availability in either of the following GitHub discussions:
New flags for the
prisma initcommandThis release introduces 3 new flags you can provide when initializing Prisma in your project using the
prisma initcommand:--generator-provider: Defines the default generator to use--preview-features: Specifies the default Preview features to use in your project--output: Specifies the default output location for the generated client
Fixes and improvements
Prisma CLI
Prisma Client
prisma.model.countdoes not typedistinctcorrectly- Generate fails on 5.2 with unsupported type
- Invalid
….findMany()invocation: The columnj1.iddoes not exist in the current database. - 5.4.0 subquery has too many columns
- One-to-Many relationship does not join on the specified field
- Planetscale driver: unsupported column type NULL
Credits
Huge thanks to @onichandame, @fqazi, @KhooHaoYit, @alencardc, @Oreilles, @christianledgard, @skyzh, @alula, @michaelpoellath, @lukahartwig, @steebchen, @icanipa, @jiashengguo, @stephenwade for helping!
💼 We're hiring!
If you're interested in joining our growing team to help empower developers to build data-intensive applications, Prisma is the place for you.
We're currently hiring for the following roles:
- 5.5.0-integration-joel-debug-download.116 Oct 2023pre-release
Nothing published for this version
- 5.5.0-integration-feat-client-wasm-engine.510 Oct 2023pre-release
Nothing published for this version
- 5.5.0-integration-feat-client-wasm-engine.410 Oct 2023pre-release
Nothing published for this version
- 5.5.0-integration-feat-client-wasm-engine.310 Oct 2023pre-release
Nothing published for this version
- 5.5.0-integration-feat-client-wasm-engine.210 Oct 2023pre-release
Nothing published for this version
- 5.5.0-integration-feat-client-wasm-engine.110 Oct 2023pre-release
Nothing published for this version