crdt_lf_sqlite 0.1.0 copy "crdt_lf_sqlite: ^0.1.0" to clipboard
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 CRDTSqlite utility class for opening a SQLite database and creating the CRDT schema
  • Added CRDTSqliteChangeStorage and CRDTSqliteSnapshotStorage for persisting Change and Snapshot objects as binary blobs, scoped per document via an indexed document_id column
  • Added CRDTDocumentStorage container bundling both storages for a document
0
likes
0
points
94
downloads

Publisher

verified publishermattiapispisa.it

Weekly Downloads

sqlite3 storage adapter for CRDT LF library objects, providing persistence for Change and Snapshot objects.

Homepage
Repository (GitHub)
View/report issues

Topics

#crdt #local-first #sqlite #persistence #dart

License

unknown (license)

Dependencies

crdt_lf, hlc_dart, sqlite3

More

Packages that depend on crdt_lf_sqlite