# Functions
New creates a ZDBPool with path.
ReadHeader reands namespace header.
ReadIndex reads index header.
WriteHeader writes header data to writer.
# Constants
Enum values for IndexMode.
Enum values for IndexMode.
Enum values for IndexMode.
Enum values for IndexMode.
Prefix is a string used as prefix in the filesystem volume used to storge 0-db namespaces.
# Structs
Header is the namespace header.
IndexHeader is the structure contains information about an index adapted from https://github.com/threefoldtech/0-db/blob/development/libzdb/index.h#L31.
NSInfo is a struct containing information about a 0-db namespace.
ZDBPool represent a part of a disk that is reserved to store 0-db data.
# Type aliases
IndexMode represens the mode in which the 0-db is running Adapted from https://github.com/threefoldtech/0-db/blob/development/libzdb/index.h#L4.