Does Evolu CRDT resolve conflicts at row/document level or field level? #556
Replies: 1 comment
-
The last write wins. But there is full history, so it can be corrected. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I've tried to find the answer but I must be missing something.
I'd like to use Evolu for my inventory app, but I need to know what happens if two devices edit different parts of the same item while offline.
e.g. If one user/device edits the Title, then another user/device edits the Quantity, what happens on sync?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions