Conflict Free Sqlite Versions Save

Convergent, Replicated SQLite. Multi-writer and CRDT support for SQLite

v0.15.1-next.0

8 months ago

v0.15.0

8 months ago

v0.15.0-next.2

9 months ago

prebuild-test.android6

9 months ago

prebuild-test.android5

9 months ago

prebuild-test.android2

9 months ago

prebuild-test.android1

9 months ago

v0.15.0-next.1

9 months ago

prebuild-test.ios5

9 months ago

v0.15.0-next.0

9 months ago
  • Reduce CRDT metadata size by 15 bytes per cell
    • Can still get 20 bytes more savings per cell. For a future release.
  • Rename all API methods to be consistently snake cased
  • Add a websocket server that can be easily integrated into existing node servers
  • Add a websocket client that can run on React Native, the browser, electron, etc.
  • Enable rows to be un-deleted. No more delete wins!