slatedb 0.9.2

A cloud native embedded storage engine built on object storage.
Documentation
1
2
3
pub(crate) trait WalIdStore: Send + Sync + 'static {
    fn next_wal_id(&self) -> u64;
}