Versions in this module Expand all Collapse all v0 v0.1.0 Jun 24, 2026 Changes in this version + type Config interface + Get func(key string) string + GetOrDefault func(key, defaultValue string) string + type Connector struct + func New(conf Config) *Connector + func (c *Connector) Connect() (driver.Connector, func() error, error)