Hello. Basic question but can’t seem to find out a...
# prisma-client
p
Hello. Basic question but can’t seem to find out anywhere in the docs. If I am using the postgres engine, is there a way to view the generated sql from a given prisma query (i.e.
prisma.model.findMany(...)
?
h
in your case,
Copy code
log: ['query']
💯 2
p
Awesome, thank you!
👍 1