← Back to Changelog

Prisma ORM v5.19.0: introducing TypedSQL

v5.19.0
August 29, 2024
Prisma ORMPulseAccelerate

Prisma ORM v5.19.0: introducing TypedSQL

We're excited to introduce TypedSQL in Prisma ORM, a new feature that brings type safety to your raw SQL queries. With TypedSQL, you can write raw SQL in .sql files and enjoy the benefits of type-checking and auto-completion, all within your Prisma projects.

TypedSQL announcement 844x474.webp

Simply use the prisma generate --sql command to integrate these queries and execute them using the $queryRawTyped function. This update bridges the gap between the flexibility of raw SQL and the safety of Prisma, making your development process smoother and more reliable.

To learn more and get started with TypedSQL, read our docs and check our latest blog post and video!

Prisma Accelerate just got smarter: Discover Auto-Scaling

We're excited to introduce auto-scaling for Prisma Accelerate, a feature designed to scale your applications seamlessly based on demand.

blogpost-accelerate_autoscale 7.svg

With this new capability, Prisma Accelerate automatically adjusts resources to ensure optimal performance, whether you're dealing with a sudden traffic spike or steady growth. This means less manual intervention and more focus on building your application. We're committed to making your development experience as smooth as possible, and auto-scaling is a big step in that direction.

Learn more about how connection pooling helps your applications and some best practices for setting the connection limit in our blog post.

Boost security with Static IPs in Prisma Pulse

Prisma Pulse now supports static IPs, enhancing security by allowing you to control access to your Prisma Data Platform with fixed IP addresses. This feature ensures that only trusted networks can interact with your data, providing an extra layer of protection for your applications. It's all about giving you more control and peace of mind when managing your data.

Check our latest post and go to the platform console to get started.

Easily set up Pulse with your Neon database

Prisma Pulse is now a fully supported integration for Postgres databases on Neon. Get started today by reading our guide.

Prisma ORM hit #1 on npm as the most downloaded Node.js ORM!

Prisma ORM was released for production in 2021 and recently became the most downloaded database library on npm! We wouldn’t be here without your amazing support 💜

Check out our latest blog post where we reflect on our journey and share what's next for Prisma.