Documentation ¶
Overview ¶
Package kvfile provides an implementation of sorted.KeyValue on top of a single mutable database file on disk using github.com/cznic/kv.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewKeyValue ¶
func NewKeyValue(cfg jsonconfig.Obj) (sorted.KeyValue, error)
NewKeyValue returns a KeyValue implementation on top of a github.com/cznic/kv file.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.