Hi everyone, is it possible to update a field on a...
# orm-help
b
Hi everyone, is it possible to update a field on an object based on the object’s current values without having to retrieve it first?
r
@Ba Thien Tran 👋 If it’s a number, then yes you can use atomic operations. Otherwise you would need to fetch the value.