neodb 0.1.0-alpha.2

A fast, lightweight key-value database written in Rust. (Work in Progress)
Documentation
  • Coverage
  • 0%
    0 out of 19 items documented0 out of 11 items with examples
  • Size
  • Source code size: 28.63 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 354.36 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 3s Average build duration of successful builds.
  • all releases: 3s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • eyukselen/neodb-rust
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • eyukselen

NeoDB

! this is just in the alpha phase!

Crates.io Documentation GitHub Repository License: MIT

Simple key value store with indexing capability.

Features

  • stores key value pairs.
  • records can be indexed by given values
  • values can be of any type

To be implemented

special value types with extra functionality:

  • set
  • map
  • index