How to count Number of queries passed from prisma client?

Viewed 14

I'm using node as backend for my application. And postgresql as database. For accessing database I'm using Prisma But now I'm really worried about the DB hit on each API calls. So is there any method to find number of queries passed through prisma client or to see the queries. Or Should I need to log anything in my postgresql for that?

0 Answers
Related