You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, having thought about it, atomic update operations (like mongodb has) are less necessary if we have support for transactions in the client drivers.
The user would be able to just fetch an object, modify it and save it again in one transaction.
The text was updated successfully, but these errors were encountered: