scdb 0.2.1

A very simple and fast key-value store but persisting data to disk, with a 'localStorage-like' API.
Documentation
1
2
3
4
mod buffer;
mod pool;

pub(crate) use pool::BufferPool;