What’s the easiest way to see what SQL query is ge...
# orm-help
m
What’s the easiest way to see what SQL query is generated by a certain prisma invocation?
1
k
n
As Kay mentioned, you can see the query by enabling logging. We have added a new feature called Metrics, I would encourage you to give it a try, Prisma metrics give you a detailed insight into how Prisma Client interacts with your database.
🙌 1