I'm experimenting with Prisma, and I'm liking it so far. The only thing I can't figure out is how to specify a on conflict strategy.
I'm using Sqlite, but I can't find any documentation for Prisma to allow me to insert data with a more resilient strategy against duplicates.
How can apply IGNORE/REPLACE/etc. from the ON CONFLICT DOC?