Is there any easy to way to `upsertMany`? As I hav...
# orm-help
e
Is there any easy to way to
upsertMany
? As I have input of 20K entries where I don't know if it's update or insert. But a unique identifier is known, so should I first insert/create all the missing ID's then use
updateMany
afterwards? – Any other techniques?