Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasicFile ¶
type BasicFile struct {
// contains filtered or unexported fields
}
BasicFile is a naive implementation of file based storage
func NewBasicFile ¶
NewBasicFile creates the db file if it doesn't exist or opens the existing db file
type BasicMemory ¶
BasicMemory is the simplest possible in memory database utilizing just a regular map to store keys and values.
Click to show internal directories.
Click to hide internal directories.