package
0.0.0-20210102004452-7b2b90544d82
Repository: https://github.com/cyrusjavan/dovii.git
Documentation: pkg.go.dev

# Functions

NewBasicFile creates the db file if it doesn't exist or opens the existing db file.
NewBitcask creates.

# Structs

BasicFile is a naive implementation of file based storage.
Bitcask is.

# Interfaces

KeyValueStore defines what our service will provide.

# Type aliases

BasicMemory is the simplest possible in memory database utilizing just a regular map to store keys and values.