Is there a PRISMA way to simulate `INSERT...ON DUP...
# orm-help
m
Is there a PRISMA way to simulate
INSERT...ON DUPLICATE KEY UPDATE
Or do I have to go all native MYSQL for making this?