Crate kv [] [src]

kv is a simple way to embed a key/value store in any application written in Rust

Structs

Bucket

A Bucket represents a single database, or section of the Store

Config

Config is used to create a new store

RoCursor

A readonly cursor

RwCursor

A writable cursor

Store

A Store is used to keep data on disk using LMDB

Enums

Error

Error type

Txn

Provices access to the database

Traits

Key

A Key can be used as a key to a database

Value

A Value can be stored in a database