← Back to Changelog

Prisma ORM v5.15.0: multi-file schemas and Pulse delivery guarantees

v5.15.0
June 6, 2024
Prisma ORMPulseAccelerate

Prisma ORM v5.15.0: multi-file schemas and Pulse delivery guarantees

Pulse makes it easy to build event-driven apps by letting you react to changes in your database. Thanks to its new event persistence feature, all database change events are now guaranteed to be delivered at least once and in the right order!

meta-delivery-guarantees.png

Interested in learning more and trying Pulse for yourself? Dive into our blog post and get started!

Organize your Prisma Schema into Multiple Files in v5.15

We are excited to introduce a new Preview feature in Prisma ORM: the ability to organize your Prisma Schema into multiple files. This highly requested feature is now available in our 5.15.0 release!

blogpost-splitschema 4.png

Learn how it works in our latest blog post, and try it out yourself. Happy coding!

Bringing Prisma ORM to React Native and Expo

Have you considered building React Native apps using Prisma and Expo? Well, Prisma ORM now provides Early Access support for React Native and Expo, fulfilling a popular community request!

blog-prisma-react-native.svg

Check out our blog post and public repo to get started!

Prisma Insider Program

We are happy to announce the launch of the Prisma Insider Program! Get early access to features, provide invaluable feedback, and play a key role in the development of Prisma’s commercial products.

👉 Check the details in our blog post. Follow this link to apply and tell us why you’d be a great fit for the Prisma Insider Program.

Connection Pooling for High-Traffic Apps

Connection pooling is crucial to ensure your data-driven app can handle massive loads without failure. Our blog post explores how connection pooling can save your e‑commerce platform during peak traffic, such as Black Friday.

How Per-Query Caching Keeps your App Fast

Find out how caching database queries can save you time and complexity and make your app run smoother and faster.

📚 Learn about the benefits of caching, when to use it, and how easy it is to set up with Prisma Accelerate in our blog post.