You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor: replace dependency on `sql_crdt` with `crdt`
This version introduces a major refactor which results in multiple breaking changes in line with `crdt` 5.0.0.
This package is now compatible with [crdt_sync](https://github.com/cachapa/crdt_sync), thereby abstracting the communication protocol and network management for real-time remote synchronization.
Changes:
- Removed direct interaction with the `Record` and `Hlc` classes
- Added multiple table support