Module mkit::db[][src]

Module define all things database related.

Structs

Entry

Entry type, describe a single {key,value} entry within indexed data-set.

Enums

Cutoff

Cutoff is enumerated type to describe compaction behaviour.

Delta

Delta type, describe the older-versions of an indexed entry.

Value

Value type, describe the value part of each entry withing a indexed data-set

Traits

Bloom

Trait to build and manage keys in a bit-mapped Bloom-filter.

BuildIndex

Trait to bulk-add entries into an index.