crdt_lf_drift 0.2.0
crdt_lf_drift: ^0.2.0 copied to clipboard
drift storage adapter for CRDT LF library objects, providing persistence for Change and Snapshot objects.
0.2.0 #
Date: 2026-08-16
- Requires
crdt_lf: ^4.0.0instead of>=3.0.0 <5.0.0.
0.1.1 #
Date: 2026-07-28
- Widens the
crdt_lfconstraint to>=3.0.0 <5.0.0. No functional changes, and no migration of existing databases.
0.1.0+2 #
Date: 2026-07-19
- Documentation release: refreshes the CHANGELOG and docs published on pub.dev. No functional changes since
0.1.0.
0.1.0+1 #
Date: 2026-07-18
- Documentation release: refreshes the CHANGELOG and docs published on pub.dev. No functional changes since
0.1.0.
0.1.0 #
Initial Release #
- Added
CRDTDriftutility class for opening a drift database (file or in-memory) - Added
CRDTDriftDatabasewithchangesandsnapshotstables - Added
CRDTDriftChangeStorageandCRDTDriftSnapshotStoragefor persistingChangeandSnapshotobjects as binary blobs, scoped per document via thedocument_idcolumn - Added
CRDTDocumentStoragecontainer bundling both storages for a document