Is there any way to use FindOneAndUpdate in Data API?
I need it for atomic operations (mainly counters) which can’t be done by using update + find due to race conditions
does the data api support this findOneAndUpdate?
Is there any way to use FindOneAndUpdate in Data API?
I need it for atomic operations (mainly counters) which can’t be done by using update + find due to race conditions
does the data api support this findOneAndUpdate?