factory

package
v1.22.61 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 24, 2025 License: BSD-3-Clause Imports: 4 Imported by: 0

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 log.Logger,
	metricsPrefix string,
	meterDBRegName string,
) (database.Database, error)

New creates a new database instance based on the provided configuration.

This is a thin wrapper around luxfi/database/factory.New that adapts the node's MultiGatherer to the database factory's expected interface.

dbName is the name of the database: badgerdb, pebbledb, or memdb. 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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL