Versions in this module Expand all Collapse all v1 v1.2.0 Aug 26, 2023 Changes in this version + var ErrConfigDBPathEmpty = errors.New("Config DBPath must not be empty") + type Config struct + ConnMaxLifetime time.Duration + DBPath string + DropTable bool + MaxIdleConns int + MaxOpenConns int + TableName string + func NewConfigWith(dbPath, tableName string) Config + func NewDefaultConfig() Config + type Provider struct + func New(cfg Config) (*Provider, error)