AJ Holloway

Results 4 comments of AJ Holloway

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