slatedb 0.12.1

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

pub mod admission;
pub mod stats;

mod object_store;
mod storage;
mod storage_fs;