2 releases

0.1.3 Feb 13, 2023
0.1.2 Jan 31, 2023

#2647 in Database interfaces

MIT/Apache

195KB
4.5K SLoC

abyssiniandb

crate Docs Rust Version Apache2/MIT licensed Test ubu Test mac Test win

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

This crate's changelog here.

License

This project is licensed under either of

at your option.

Dependencies

~535KB
~11K SLoC