PackageTrack

npm · #3659 most downloaded on npm

@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

10653 releases since 2020
20202026

One column per quarter.

Releases

  1. 5.6.0-dev.561 Nov 2023pre-release

    Nothing published for this version

  2. 5.6.0-dev.551 Nov 2023pre-release

    Nothing published for this version

  3. 5.6.0-dev.541 Nov 2023pre-release

    Nothing published for this version

  4. 5.6.0-dev.531 Nov 2023pre-release

    Nothing published for this version

  5. 5.6.0-dev.521 Nov 2023pre-release

    Nothing published for this version

  6. 5.6.0-dev.511 Nov 2023pre-release

    Nothing published for this version

  7. 5.6.0-dev.491 Nov 2023pre-release

    Nothing published for this version

  8. 5.6.0-dev.481 Nov 2023pre-release

    Nothing published for this version

  9. 5.6.0-dev.471 Nov 2023pre-release

    Nothing published for this version

  10. 5.6.0-dev.461 Nov 2023pre-release

    Nothing published for this version

  11. 5.6.0-dev.4531 Oct 2023pre-release

    Nothing published for this version

  12. 5.6.0-dev.4431 Oct 2023pre-release

    Nothing published for this version

  13. 5.6.0-dev.4331 Oct 2023pre-release

    Nothing published for this version

  14. 5.6.0-dev.4231 Oct 2023pre-release

    Nothing published for this version

  15. 5.6.0-dev.4131 Oct 2023pre-release

    Nothing published for this version

  16. 5.6.0-dev.4031 Oct 2023pre-release

    Nothing published for this version

  17. 5.6.0-dev.3930 Oct 2023pre-release

    Nothing published for this version

  18. 5.6.0-dev.3830 Oct 2023pre-release

    Nothing published for this version

  19. 5.6.0-dev.3630 Oct 2023pre-release

    Nothing published for this version

  20. 5.6.0-dev.3530 Oct 2023pre-release

    Nothing published for this version

  21. 5.6.0-dev.3430 Oct 2023pre-release

    Nothing published for this version

  22. 5.6.0-dev.3330 Oct 2023pre-release

    Nothing published for this version

  23. 5.6.0-dev.3230 Oct 2023pre-release

    Nothing published for this version

  24. 5.6.0-dev.2630 Oct 2023pre-release

    Nothing published for this version

  25. 5.6.0-dev.2530 Oct 2023pre-release

    Nothing published for this version

  26. 5.6.0-dev.2427 Oct 2023pre-release

    Nothing published for this version

  27. 5.6.0-dev.2327 Oct 2023pre-release

    Nothing published for this version

  28. 5.6.0-dev.2227 Oct 2023pre-release

    Nothing published for this version

  29. 5.6.0-dev.2127 Oct 2023pre-release

    Nothing published for this version

  30. 5.6.0-dev.2027 Oct 2023pre-release

    Nothing published for this version

  31. 5.6.0-dev.1926 Oct 2023pre-release

    Nothing published for this version

  32. 5.6.0-dev.1826 Oct 2023pre-release

    Nothing published for this version

  33. 5.6.0-dev.1726 Oct 2023pre-release

    Nothing published for this version

  34. 5.6.0-dev.1626 Oct 2023pre-release

    Nothing published for this version

  35. 5.6.0-dev.1526 Oct 2023pre-release

    Nothing published for this version

  36. 5.6.0-dev.1425 Oct 2023pre-release

    Nothing published for this version

  37. 5.6.0-dev.1325 Oct 2023pre-release

    Nothing published for this version

  38. 5.6.0-dev.1225 Oct 2023pre-release

    Nothing published for this version

  39. 5.6.0-dev.1125 Oct 2023pre-release

    Nothing published for this version

  40. 5.6.0-dev.1025 Oct 2023pre-release

    Nothing published for this version

  41. 5.6.0-dev.924 Oct 2023pre-release

    Nothing published for this version

  42. 5.6.0-dev.824 Oct 2023pre-release

    Nothing published for this version

  43. 5.6.0-dev.724 Oct 2023pre-release

    Nothing published for this version

  44. 5.6.0-dev.524 Oct 2023pre-release

    Nothing published for this version

  45. 5.6.0-dev.424 Oct 2023pre-release

    Nothing published for this version

  46. 5.6.0-dev.324 Oct 2023pre-release

    Nothing published for this version

  47. 5.6.0-dev.224 Oct 2023pre-release

    Nothing published for this version

  48. 5.6.0-dev.124 Oct 2023pre-release

    Nothing published for this version

  49. 5.5.225 Oct 2023
    Release notesOpen source →
  50. 5.5.2-dev.125 Oct 2023pre-release

    Nothing published for this version

  51. 5.5.125 Oct 2023
    Release notes

    Today, we are issuing the 5.5.1 patch release.

    Fix in Prisma Client

    Open source →
  52. 5.5.1-dev.325 Oct 2023pre-release

    Nothing published for this version

  53. 5.5.1-dev.125 Oct 2023pre-release

    Nothing published for this version

  54. 5.5.024 Oct 2023
    Release notes

    🌟 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 driverAdapters into Preview. The driverAdapter feature 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 init command

    This release introduces 3 new flags you can provide when initializing Prisma in your project using the prisma init command:

    • --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

    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:

    Open source →
  55. 5.5.0-integration-joel-debug-download.116 Oct 2023pre-release

    Nothing published for this version

  56. 5.5.0-integration-feat-client-wasm-engine.510 Oct 2023pre-release

    Nothing published for this version

  57. 5.5.0-integration-feat-client-wasm-engine.410 Oct 2023pre-release

    Nothing published for this version

  58. 5.5.0-integration-feat-client-wasm-engine.310 Oct 2023pre-release

    Nothing published for this version

  59. 5.5.0-integration-feat-client-wasm-engine.210 Oct 2023pre-release

    Nothing published for this version

  60. 5.5.0-integration-feat-client-wasm-engine.110 Oct 2023pre-release

    Nothing published for this version