crdt_lf_sqlite 0.1.0
crdt_lf_sqlite: ^0.1.0 copied to clipboard
sqlite3 storage adapter for CRDT LF library objects, providing persistence for Change and Snapshot objects.
0.1.0 #
Initial Release #
- Added
CRDTSqliteutility class for opening a SQLite database and creating the CRDT schema - Added
CRDTSqliteChangeStorageandCRDTSqliteSnapshotStoragefor persistingChangeandSnapshotobjects as binary blobs, scoped per document via an indexeddocument_idcolumn - Added
CRDTDocumentStoragecontainer bundling both storages for a document