PackageTrack

npm · #3659

@prisma/client

7.10.0prisma/prisma

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.

Release timeline

10652 releases since 2020
2020202120222023202420252026

Releases

  1. 6.19.0-integration-engines-6-19-0-2-push-qtpkxwkvolmz-33c9120129ea6df44eaf652b4de9bedd817e3190.124 Oct 2025pre-release

    Nothing published for this version

  2. 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

  3. 6.19.0-integration-engines-6-19-0-13-next-a06eb11979a320a0728d700b06c5afd921691d3a.128 Oct 2025pre-release

    Nothing published for this version

  4. 6.19.0-integration-engines-6-19-0-1-push-qtpkxwkvolmz-389b05cecb76e4e93db0ae07c19800226f238242.124 Oct 2025pre-release

    Nothing published for this version

  5. 6.19.0-dev.1031 Oct 2025pre-release

    Nothing published for this version

  6. 6.19.0-dev.931 Oct 2025pre-release

    Nothing published for this version

  7. 6.19.0-dev.829 Oct 2025pre-release

    Nothing published for this version

  8. 6.19.0-dev.728 Oct 2025pre-release

    Nothing published for this version

  9. 6.19.0-dev.628 Oct 2025pre-release

    Nothing published for this version

  10. 6.19.0-dev.528 Oct 2025pre-release

    Nothing published for this version

  11. 6.19.0-dev.428 Oct 2025pre-release

    Nothing published for this version

  12. 6.19.0-dev.328 Oct 2025pre-release

    Nothing published for this version

  13. 6.19.0-dev.227 Oct 2025pre-release

    Nothing published for this version

  14. 6.19.0-dev.123 Oct 2025pre-release

    Nothing published for this version

  15. 6.18.022 Oct 2025
    Release notes

    Today, we are excited to share the 6.18.0 stable 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 init now creates a prisma.config.ts automatically

    When creating a new project with 6.18.0, prisma init will now create a prisma.config.ts file automatically. This prepares new applications for the future of Prisma 7. Some fields that have been historically set in the schema.prisma file are now able to be set in the prisma.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 datasource in prisma.config.ts

    If you’re adopting the new prisma.config.ts setup 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 your schema.prisma will be ignored. To set the datasource, we also must include the new engine key which we can set to "classic" , which will be required for Prisma v7

    import { 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 env helper function
    • https://github.com/prisma/prisma/pull/28266 Add support for js or classic as engine types in prisma.config
    • https://github.com/prisma/prisma/pull/28139 Map Bytes to Uint8Array depending 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.ts will 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.

    Open source →
  16. 6.18.0-integration-next.1121 Oct 2025pre-release

    Nothing published for this version

  17. 6.18.0-integration-next.1020 Oct 2025pre-release

    Nothing published for this version

  18. 6.18.0-integration-next.917 Oct 2025pre-release

    Nothing published for this version

  19. 6.18.0-integration-next.816 Oct 2025pre-release

    Nothing published for this version

  20. 6.18.0-integration-next.715 Oct 2025pre-release

    Nothing published for this version

  21. 6.18.0-integration-next.615 Oct 2025pre-release

    Nothing published for this version

  22. 6.18.0-integration-next.514 Oct 2025pre-release

    Nothing published for this version

  23. 6.18.0-integration-next.413 Oct 2025pre-release

    Nothing published for this version

  24. 6.18.0-integration-next.313 Oct 2025pre-release

    Nothing published for this version

  25. 6.18.0-integration-next.210 Oct 2025pre-release

    Nothing published for this version

  26. 6.18.0-integration-next.19 Oct 2025pre-release

    Nothing published for this version

  27. 6.18.0-integration-feat-tml-1074-extract-utilities-entrypoint.117 Oct 2025pre-release

    Nothing published for this version

  28. 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

  29. 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

  30. 6.18.0-dev.2721 Oct 2025pre-release

    Nothing published for this version

  31. 6.18.0-dev.2621 Oct 2025pre-release

    Nothing published for this version

  32. 6.18.0-dev.2520 Oct 2025pre-release

    Nothing published for this version

  33. 6.18.0-dev.2420 Oct 2025pre-release

    Nothing published for this version

  34. 6.18.0-dev.2317 Oct 2025pre-release

    Nothing published for this version

  35. 6.18.0-dev.2216 Oct 2025pre-release

    Nothing published for this version

  36. 6.18.0-dev.2114 Oct 2025pre-release

    Nothing published for this version

  37. 6.18.0-dev.2014 Oct 2025pre-release

    Nothing published for this version

  38. 6.18.0-dev.1914 Oct 2025pre-release

    Nothing published for this version

  39. 6.18.0-dev.1813 Oct 2025pre-release

    Nothing published for this version

  40. 6.18.0-dev.1710 Oct 2025pre-release

    Nothing published for this version

  41. 6.18.0-dev.1610 Oct 2025pre-release

    Nothing published for this version

  42. 6.18.0-dev.1510 Oct 2025pre-release

    Nothing published for this version

  43. 6.18.0-dev.1410 Oct 2025pre-release

    Nothing published for this version

  44. 6.18.0-dev.1310 Oct 2025pre-release

    Nothing published for this version

  45. 6.18.0-dev.129 Oct 2025pre-release

    Nothing published for this version

  46. 6.18.0-dev.119 Oct 2025pre-release

    Nothing published for this version

  47. 6.18.0-dev.109 Oct 2025pre-release

    Nothing published for this version

  48. 6.18.0-dev.99 Oct 2025pre-release

    Nothing published for this version

  49. 6.18.0-dev.89 Oct 2025pre-release

    Nothing published for this version

  50. 6.18.0-dev.79 Oct 2025pre-release

    Nothing published for this version

  51. 6.18.0-dev.69 Oct 2025pre-release

    Nothing published for this version

  52. 6.18.0-dev.59 Oct 2025pre-release

    Nothing published for this version

  53. 6.18.0-dev.48 Oct 2025pre-release

    Nothing published for this version

  54. 6.18.0-dev.38 Oct 2025pre-release

    Nothing published for this version

  55. 6.18.0-dev.28 Oct 2025pre-release

    Nothing published for this version

  56. 6.18.0-dev.18 Oct 2025pre-release

    Nothing published for this version

  57. 6.17.110 Oct 2025
    Release notes

    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 as Unsupported in their schema files.

    Changes

    • https://github.com/prisma/prisma-engines/pull/5633
    Open source →
  58. 6.17.1-dev.110 Oct 2025pre-release

    Nothing published for this version

  59. 6.17.07 Oct 2025
    Release notes

    Today, we are excited to share the 6.17.0 stable 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 config object to configure DefaultAzureCredential:
      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 })
      
      Learn more in this PR.
    • Relaxed the support package range for @opentelemetry/instrumentation to 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.

    Open source →
  60. 6.17.0-integration-remove-driver-adapter-flag-check.110 Sept 2025pre-release

    Nothing published for this version