This repository contains code of 3 crates:
yrs-kvstore
: a generic library that adds a bunch of utility functions that simplify process of persisting and managing Yrs/Yjs document contents. Since it's generic, it's capabilities can be applied to basically any modern persistent key-value store.yrs-lmdb
: an LMDB implementation ofyrs-kvstore
.yrs-rocksdb
: a RocksDB implementation ofyrs-kvstore
.