slatedb 0.15.0

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

pub mod stats;

mod object_store;
pub(crate) mod policy;
mod storage;
mod storage_fs;