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
`Connected to ${prismaEngine.activeProvider} instance using Prisma v${prismaEngine.clientVersion}${this.configService.get('DATABASE_URL')}`
68
+
`Connected to ${prismaEngine.activeProvider} instance using Prisma v${prismaEngine.clientVersion}${this.configService.get('DATABASE_URL').replace(/:[^:]*@/,':***@')}}`
69
69
);
70
70
71
71
// Enable this when you really need to see the SQL / params
0 commit comments