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

Make site_id required #391

Closed tantaman closed 8 months ago

tantaman commented 8 months ago
  1. We compact out side ids so there isn't much advantage to making it null for local writes anymore
  2. This cleans up the interface so users don't have to do weird coalescing
  3. This allows us to make https://github.com/vlcn-io/cr-sqlite/pull/386 a reality by switching tie breaks to site_ids