abyssiniandb

The simple local key-value store.
Features
- key-value store.
- hash buckets algorithm.
- minimum support rustc 1.58.1 (db9d1b20b 2022-01-20)
Compatibility
Todo
- [ ] more performance
- [ ] DB lock as support for multi-process-safe
Low priority todo
- [ ] transaction support that handles multiple key-space at a time.
- [ ] thread-safe support
- [ ] non db lock multi-process-safe support
Examples
Changelogs
This crate's changelog here.
License
This project is licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or
https://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or
https://opensource.org/licenses/MIT)
at your option.