3 releases
0.1.4 | Jun 18, 2024 |
---|---|
0.1.3 | Feb 13, 2023 |
0.1.2 | Jan 31, 2023 |
#1251 in Database interfaces
195KB
4.5K
SLoC
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
- Nothing?
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
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.
Dependencies
~585KB
~12K SLoC