Prisma ORM v5.18.0: native UUIDv7 support
Prisma ORM v5.18.0: native UUIDv7 support
๐ You can now use the latest version of UUIDs with Prisma ORM, providing even more flexibility and future-proofing for your applications.
To support this, weโve updated the uuid() function in Prisma Schema to accept an optional integer argument. Right now, the only valid values are 4 and 7, with 4 being the default.
More details in our latest release notes.

Pulse bug fixes
๐ Resolved Pulse .stream() API Event Loss
Weโve fixed an issue where the Pulse .stream() API would unexpectedly stop receiving events, requiring a manual disconnect and reconnect. This was due to a race condition in the Pulse backend, which has now been identified and corrected. Your event streams should now be more reliable and uninterrupted.
๐ Enhanced Error Feedback during Pulse Setup
Weโve improved the error messages you receive during the Pulse setup. Previously, users with certain unsupported database configurations encountered generic error messages. Now, Pulse provides clearer, more instructional feedback to help you resolve these issues more efficiently.
New Accelerate example projects
๐ Dive into our latest example apps with Nuxt.js, SolidStart, and SvelteKit and learn how to implement Prisma Accelerate and apply effective cache strategies to speed up data retrieval.
Check out the code example for your preferred framework
ORM benchmarks
Performance is an important topic for us at Prisma!
๐ Thatโs why we created open-source benchmarks that compare Prisma ORM, Drizzle ORM, and TypeORM using PostgreSQL databases hosted on AWS RDS, Supabase, and Neon.
Read more about our methodology, see a summary of the results, and learn how to ensure your Prisma ORM queries are at optimal speed.
AWS Marketplace listing
Prisma Accelerate and Prisma Pulse are now available on the AWS Marketplace!
Simplify your infrastructure management with seamless integration and unified billing.
Discover how to get started with Prisma on AWS today in our blog post.
Share your feedback about Prisma ORM
We want to know how you like working with Prisma ORM in your projects! Please take our 2min survey and let us know what you like or where we can improve ๐