slatedb 0.5.2

A cloud native embedded storage engine built on object storage.
Documentation
1
2
3
4
5
6
7
8
9
10
pub(crate) use object_store::CachedObjectStore;
#[allow(unused_imports)]
pub use storage::{LocalCacheEntry, LocalCacheHead, LocalCacheStorage, PartID};
pub use storage_fs::FsCacheStorage;

pub mod stats;

mod object_store;
mod storage;
mod storage_fs;