indradb-sled

Crates.ioindradb-sled
lib.rsindradb-sled
version0.1.0
sourcesrc
created_at2021-11-04 01:10:40.80101
updated_at2021-11-04 01:10:40.80101
descriptionA sled-backed datastore for IndraDB
homepagehttps://indradb.github.io
repositoryhttps://github.com/indradb/sled
max_upload_size
id476414
size58,206
Yusuf Simonson (ysimonson)

documentation

README

IndraDB Sled Implementation Docs

This is an implementation of the IndraDB datastore for sled.

The sled datastore is not production-ready yet. sled itself is pre-1.0, and makes no guarantees about on-disk format stability. Upgrading IndraDB may require you to manually migrate the sled datastore. Additionally, there is a standing issue that prevents the sled datastore from having the same level of safety as the RocksDB datastore.

Commit count: 26

cargo fmt