Documentation ¶
Overview ¶
Package memdb implements an instance of the database package that uses memory for the block storage.
This is primary used for testing purposes as normal operations require a persistent block storage mechanism which this is not.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrDbClosed = errors.New("database is closed")
)
Errors that the various database functions may return.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.