Prisma @prisma.io · Apr 2

Ever need to run a heavily optimized query that Prisma Client doesn't support? You can drop down to raw SQL with four methods: ✅ $queryRaw - returns records (SELECT) ✅ $executeRaw - returns affected row count ✅ Plus "Unsafe" versions

0 likes 1 replies

?

Replies

Prisma · Apr 2

Check it out 👇 pris.ly/query-raw