-
I wanted to know if it's possible to achieve optimistic locking with a version number using ElectroDB. Something similar to what this doc shows. |
Beta Was this translation helpful? Give feedback.
Answered by
tywalch
Sep 19, 2023
Replies: 1 comment 1 reply
-
Hi @ryands17 👋 This could be accomplished with the addition of a version number attribute or using an updatedAt attribute 👍 Let me know if this helps! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ryands17
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @ryands17 👋
This could be accomplished with the addition of a version number attribute or using an updatedAt attribute 👍
Let me know if this helps!