With today’s v5.19.0 release, Prisma ORM introduces a new way to write raw SQL queries in a type-safe way! You now get the best of both worlds with Prisma ORM: A convenient high-level abstraction for the majority of queries and a flexible, type-safe escape hatch for raw SQL. TL;DR: We made raw SQL fully type-safe With Prisma ORM, we have designed what we believe to be the best API to write regular
