Hello is it possible to do a bulk upsert using Kmo...
# kmongo
a
Hello is it possible to do a bulk upsert using Kmongo?
Instead of doing
insertMany(list)
I would like to upsert a list
came up with a solution