| Crates.io | boringdb |
| lib.rs | boringdb |
| version | 0.4.1 |
| created_at | 2021-05-27 21:18:48.240509+00 |
| updated_at | 2022-05-12 22:09:54.561147+00 |
| description | Robust, reasonably high-performance key-value database built on SQLite |
| homepage | |
| repository | https://github.com/themeliolabs/boringdb |
| max_upload_size | |
| id | 402871 |
| size | 17,396 |
A SQLite-based, single-process, key-value database.
You want boringdb if:
BoringDB stores key/value pairs into byte vectors (Vec<u8>).
We have various usage examples here.
To run any of the examples, execute:
cargo run --example example_name_goes_here
We have a writeback cache supporting the following operations: