Skip to content
/ rkv Public
forked from mozilla/rkv

A simple, humane, typed Rust interface to LMDB.

License

Notifications You must be signed in to change notification settings

RDR8/rkv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rkv

rkv is a usable Rust wrapper around LMDB.

It aims to achieve the following:

  • Avoid LMDB's sharp edges (e.g., obscure error codes for common situations).
  • Report errors via failure.
  • Correctly restrict to one handle per process via a 'manager'.
  • Use Rust's type system to make single-typed key stores (including LMDB's own integer-keyed stores) safe and ergonomic.
  • Encode and decode values via bincode/serde and type tags, achieving platform-independent storage and input/output flexibility.

About

A simple, humane, typed Rust interface to LMDB.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%