Red-Moon-Software-Apprenticeship / redmoon-console

The marketing site, customer relationship management, and apprentice management software for Red Moon
https://redmoon-console.vercel.app
19 stars 10 forks source link

Convert Prisma Join Queries Into Raw SQL #31

Open mfong4151 opened 11 months ago

mfong4151 commented 11 months ago

One thing I didn't understand under the hood is that Prisma does multiple queries instead of joins in some cases for accessing joins tables, it doesn't look like this issue is going to be solved on Prisma's end any time soon.

I think its safe enough to use raw SQL queries on the server side only. I'm opening up this issue to anyone who enjoys work with SQL.