Hey guys, I’m trying to figure out one thing which is related to ACID operations I guess. I have a gamification system and every user has some number of points which he can earn or spend in marketplace. So how do I properly increment without any race condition? I checked on github there is an issue on
Atomic operations
but nothing is happening there. Should I use just raw query and if I need to use it then how do I use it?