Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New( name string, path string, readOnly bool, config []byte, gatherer metrics.MultiGatherer, logger logging.Logger, metricsPrefix string, meterDBRegName string, ) (database.Database, error)
New creates a new database instance based on the provided configuration.
It also wraps the database with a corruptable DB and a meter DB.
dbName is the name of the database, either leveldb, memdb, or pebbledb. dbPath is the path to the database folder. readOnly indicates if the database should be read-only. dbConfig is the database configuration in JSON format. dbMetricsPrefix is used to create a new metrics registerer for the database. meterDBRegName is used to create a new metrics registerer for the meter DB.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.