Versions in this module Expand all Collapse all v3 v3.0.1 Dec 28, 2023 v3.0.0 Dec 23, 2022 Changes in this version + func GetMockDBConfig(path string) *conf.StorageConfig + type DBFactory struct + func NewDBFactory() *DBFactory + func (f *DBFactory) NewKvDB(chainId, providerName, dbFolder string, config map[string]interface{}, ...) (protocol.DBHandle, error) + func (f *DBFactory) NewSqlDB(chainId, dbName string, config map[string]interface{}, logger protocol.Logger) (protocol.SqlDBHandle, error) + type EntryGenerator interface + Value func(i int) []byte + func NewFullRandomEntryGenerator(start, n int) EntryGenerator