I checked some executed queries by Prisma and I no...
# orm-help
j
I checked some executed queries by Prisma and I noticed something pretty strange. Prisma is using nested queries instead of using
JOINS
why is that?
Any thoughts 😅?