▲ | jitl 3 days ago | |
You’d be surprised; it depends on the scope of the last write wins register. If you do it granularly attribute by attribute, last write wins is fine for mostly-online mostly-realtime collaborative apps. The exception is (rich) text where you really want CRDT/OT/similar intention preserving merges of concurrent edits. | ||
▲ | wahnfrieden 3 days ago | parent [-] | |
SQLiteData does do it granularly by attribute |