slatedb 0.12.1

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;
}