# Functions
NewBadgerDB initializes badgerDB instance.
NewTable returns a Database object that prefixes all keys with a given string.
NewTableBatch returns a Batch object which prefixes all keys with a given string.
# Variables
ErrKeyNotFound is returned if there is a database get for a key that does not exist.
# Structs
BadgerDB contains directory path to data and db instance.
BadgerIterator struct contains a transaction, iterator and init.
Config defines configurations for BadgerDB instance.
# Type aliases
No description provided by the author