You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am initializing prisma with {debug: true, log: ['info', 'query'],} and this is printing SQL queries without actual parameters, just ? to mask them.
Wouldn't it be useful to print the whole thing?
I am initializing prisma with
{debug: true, log: ['info', 'query'],}and this is printing SQL queries without actual parameters, just?to mask them.Wouldn't it be useful to print the whole thing?