Prisma ORM has an implementation of the update or create upsert() method and a group of
bulk requests,
but there is no such thing as .upsertMany(), i.e. bulk "create or update existing records".
What is the best way to implement such a method using Prisma ORM?