Join Slack
Powered by
Hi everyone, is it possible to update a field on a...
# orm-help
b
Ba Thien Tran
07/08/2021, 9:14 PM
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
Ryan
07/09/2021, 5:13 AM
@Ba Thien Tran
👋 If it’s a number, then yes you can use
atomic operations
. Otherwise you would need to fetch the value.
2
Views
Open in Slack
Previous
Next