Prisma-to-sql
Is it possible to convert smt like
model.findFirst({ ... }) to sql so i can combine it with a custom sql query?
Or make a .findFirst() with AND Query, where 1 query is RAW SQL?
model.findFirst({ ... }) to sql so i can combine it with a custom sql query?
Or make a .findFirst() with AND Query, where 1 query is RAW SQL?