Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DB ¶
type DB struct { DBHome string // contains filtered or unexported fields }
func (*DB) Get ¶
Get Look in the given bucket, and return the key found. Returns nil if no value is found for the given key
func (*DB) InitDB ¶
InitDB Initialize the database by the given filename (includes directory path). This will certainly open an existing database, but will also initialize an new, empty database.
Click to show internal directories.
Click to hide internal directories.