1 unstable release

Uses old Rust 2015

0.1.0 Nov 4, 2021

#41 in #sled

MPL-2.0 license

41KB
866 lines

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.


lib.rs:

The Sled datastore implementation.

Dependencies

~8–19MB
~253K SLoC