package
0.0.0-20211127192921-538a9bf3b105
Repository: https://github.com/lasthyphen/avalanchego-1.4.11.git
Documentation: pkg.go.dev

# Functions

New returns a map with the Database interface methods implemented.
NewWithSize returns a map pre-allocated to the provided size with the Database interface methods implemented.

# Constants

DefaultSize is the default initial size of the memory database.
Name is the name of this database for database switches.

# Structs

Database is an ephemeral key-value store that implements the Database interface.