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. 7.9.0-dev.2720 Jul 2026pre-release

    Nothing published for this version

  2. 7.9.0-dev.2620 Jul 2026pre-release

    Nothing published for this version

  3. 7.9.0-dev.2516 Jul 2026pre-release

    Nothing published for this version

  4. 7.9.0-dev.2416 Jul 2026pre-release

    Nothing published for this version

  5. 7.9.0-dev.2316 Jul 2026pre-release

    Nothing published for this version

  6. 7.9.0-dev.2214 Jul 2026pre-release

    Nothing published for this version

  7. 7.9.0-dev.2114 Jul 2026pre-release

    Nothing published for this version

  8. 7.9.0-dev.2010 Jul 2026pre-release

    Nothing published for this version

  9. 7.9.0-dev.199 Jul 2026pre-release

    Nothing published for this version

  10. 7.9.0-dev.188 Jul 2026pre-release

    Nothing published for this version

  11. 7.9.0-dev.176 Jul 2026pre-release

    Nothing published for this version

  12. 7.9.0-dev.163 Jul 2026pre-release

    Nothing published for this version

  13. 7.9.0-dev.153 Jul 2026pre-release

    Nothing published for this version

  14. 7.9.0-dev.143 Jul 2026pre-release

    Nothing published for this version

  15. 7.9.0-dev.138 Jun 2026pre-release

    Nothing published for this version

  16. 7.9.0-dev.124 Jun 2026pre-release

    Nothing published for this version

  17. 7.9.0-dev.114 Jun 2026pre-release

    Nothing published for this version

  18. 7.9.0-dev.104 Jun 2026pre-release

    Nothing published for this version

  19. 7.9.0-dev.93 Jun 2026pre-release

    Nothing published for this version

  20. 7.9.0-dev.82 Jun 2026pre-release

    Nothing published for this version

  21. 7.9.0-dev.71 Jun 2026pre-release

    Nothing published for this version

  22. 7.9.0-dev.619 May 2026pre-release

    Nothing published for this version

  23. 7.9.0-dev.515 May 2026pre-release

    Nothing published for this version

  24. 7.9.0-dev.428 Apr 2026pre-release

    Nothing published for this version

  25. 7.9.0-dev.327 Apr 2026pre-release

    Nothing published for this version

  26. 7.9.0-dev.227 Apr 2026pre-release

    Nothing published for this version

  27. 7.9.0-dev.127 Apr 2026pre-release

    Nothing published for this version

  28. 7.8.022 Apr 2026
    Release notes

    Today, we are excited to share the 7.8.0 stable release ๐ŸŽ‰

    ๐ŸŒŸ Star this repo for notifications about new releases, bug fixes & features โ€” or follow us on X!

    Highlights

    ORM

    Features

    Prisma Client

    • Added a queryPlanCacheMaxSize option to the PrismaClient constructor for fine-grained control over the query plan cache. Pass 0 to 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 ::jsonb cast when filtering on PostgreSQL JSON list columns. Queries using where: { 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), allowing where: { 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 VARCHAR casts for parameterized values. (prisma/prisma-engines#5801)

    Schema Engine

    • Fixed a misleading error message in prisma migrate diff that referenced the --shadow-database-url CLI flag, which was removed in Prisma 7. (#29455)
    • Fixed prisma migrate dev (and shadow database migration replay in general) failing with CREATE INDEX CONCURRENTLY cannot run inside a transaction block when 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 bare nextval(...). 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.

    Open source โ†’
  29. 7.8.0-dev.1222 Apr 2026pre-release

    Nothing published for this version

  30. 7.8.0-dev.1122 Apr 2026pre-release

    Nothing published for this version

  31. 7.8.0-dev.1022 Apr 2026pre-release

    Nothing published for this version

  32. 7.8.0-dev.920 Apr 2026pre-release

    Nothing published for this version

  33. 7.8.0-dev.814 Apr 2026pre-release

    Nothing published for this version

  34. 7.8.0-dev.714 Apr 2026pre-release

    Nothing published for this version

  35. 7.8.0-dev.613 Apr 2026pre-release

    Nothing published for this version

  36. 7.8.0-dev.513 Apr 2026pre-release

    Nothing published for this version

  37. 7.8.0-dev.413 Apr 2026pre-release

    Nothing published for this version

  38. 7.8.0-dev.39 Apr 2026pre-release

    Nothing published for this version

  39. 7.8.0-dev.29 Apr 2026pre-release

    Nothing published for this version

  40. 7.8.0-dev.19 Apr 2026pre-release

    Nothing published for this version

  41. 7.7.07 Apr 2026
    Release notes

    Today, we are excited to share the 7.7.0 stable release ๐ŸŽ‰

    ๐ŸŒŸ Star this repo for notifications about new releases, bug fixes & features โ€” or follow us on X!

    Highlights

    ORM

    prisma bootstrap command

    A new prisma bootstrap command (#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:

    1. 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.
    2. Link โ€” Authenticates via the browser and connects to a Prisma Postgres database. Skips if already linked.
    3. Install dependencies โ€” Detects the package manager and offers to install missing @prisma/client, prisma, and dotenv.
    4. Migrate โ€” Runs prisma migrate dev if the schema contains models.
    5. Generate โ€” Runs prisma generate.
    6. Seed โ€” Runs prisma db seed if 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 bootstrap
    

    With a starter template

    npx prisma@latest bootstrap --template nextjs
    

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

    Open source โ†’
  42. 7.7.0-integration-feat-prisma-bootstrap.731 Mar 2026pre-release

    Nothing published for this version

  43. 7.7.0-integration-feat-prisma-bootstrap.631 Mar 2026pre-release

    Nothing published for this version

  44. 7.7.0-integration-feat-prisma-bootstrap.531 Mar 2026pre-release

    Nothing published for this version

  45. 7.7.0-integration-feat-prisma-bootstrap.427 Mar 2026pre-release

    Nothing published for this version

  46. 7.7.0-integration-feat-prisma-bootstrap.327 Mar 2026pre-release

    Nothing published for this version

  47. 7.7.0-integration-feat-prisma-bootstrap.227 Mar 2026pre-release

    Nothing published for this version

  48. 7.7.0-integration-feat-prisma-bootstrap.127 Mar 2026pre-release

    Nothing published for this version

  49. 7.7.0-integration-feat-bootstrap-ux-fixes.92 Apr 2026pre-release

    Nothing published for this version

  50. 7.7.0-integration-feat-bootstrap-ux-fixes.82 Apr 2026pre-release

    Nothing published for this version

  51. 7.7.0-integration-feat-bootstrap-ux-fixes.72 Apr 2026pre-release

    Nothing published for this version

  52. 7.7.0-integration-feat-bootstrap-ux-fixes.62 Apr 2026pre-release

    Nothing published for this version

  53. 7.7.0-integration-feat-bootstrap-ux-fixes.52 Apr 2026pre-release

    Nothing published for this version

  54. 7.7.0-integration-feat-bootstrap-ux-fixes.42 Apr 2026pre-release

    Nothing published for this version

  55. 7.7.0-integration-feat-bootstrap-ux-fixes.31 Apr 2026pre-release

    Nothing published for this version

  56. 7.7.0-dev.57 Apr 2026pre-release

    Nothing published for this version

  57. 7.7.0-dev.47 Apr 2026pre-release

    Nothing published for this version

  58. 7.7.0-dev.32 Apr 2026pre-release

    Nothing published for this version

  59. 7.7.0-dev.21 Apr 2026pre-release

    Nothing published for this version

  60. 7.7.0-dev.131 Mar 2026pre-release

    Nothing published for this version