# Functions
New attempts to load an already existing layer from a persistent key-value store (with a number of memory layers from a journal).
# Constants
DefaultBufferSize is the default memory allowance of node buffer that aggregates the writes from above until it's flushed into the disk.
# Structs
Config contains the settings for database.
Database is a multiple-layered structure for maintaining in-memory trie nodes.
HistoryStats wraps the history inspection statistics.