package
Version:
v0.0.0-...-b6322a5
Opens a new window with list of versions in this module.
Published: Feb 15, 2017
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
A DB is the core storage layer
NewDB constructs a new LevelDB backed KV store
NewMem makes an in-mem levelDB
Get returns the value at a certain key
Set sets the given key to a value
Walk is used to traverse parts of the keyspace
An Iterator is used to walk the keyspace
get the value at the iterator location
Source Files
¶
Click to show internal directories.
Click to hide internal directories.