vlcn-io / cr-sqlite

Convergent, Replicated SQLite. Multi-writer and CRDT support for SQLite
https://vlcn.io
MIT License
2.61k stars 69 forks source link

switch tie-breaker to site_id #393

Closed tantaman closed 8 months ago

tantaman commented 8 months ago

This is to allow us to preserve transactionality of mutations.

In conjunction with #386, this'll allow fields to be all set together or all reverted together.

E.g., a case where x & y coordinates are supposed to be updated together or not at all.