abyssiniandb

Crates.ioabyssiniandb
lib.rsabyssiniandb
version0.1.4
sourcesrc
created_at2023-01-31 17:05:37.806338
updated_at2024-06-18 20:22:10.612386
descriptionThe simple local key-value store.
homepage
repositoryhttps://github.com/aki-akaguma/abyssiniandb
max_upload_size
id772819
size431,152
(aki-akaguma)

documentation

README

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.

Commit count: 37

cargo fmt