AJ Holloway
AJ Holloway
Bump on this
Another bump on this issue. Currently doing raw multiple inserts with on conflict do update set
``` export const DBConn = new PrismaClient({ log: [ { emit: 'stdout', level: 'error', }, { emit: 'stdout', level: 'info', }, { emit: 'stdout', level: 'warn', }, ], }) .$extends({...
@morintd here's an example of how I use it