Versions in this module Expand all Collapse all v2 v2.0.4 Jan 11, 2026 v2.0.3 Jan 11, 2026 Changes in this version + func Execute() error + func OpenSocks5Sql(dsn string) (*sql.DB, error) + type Config struct + Databases map[string]DatabaseConfig + ServiceName string + func LoadConfig() (Config, error) + type DatabaseConfig struct + Connection string + Dsn msdsn.Config + UsePasswordLogin bool + func (dbcfg DatabaseConfig) Open(ctx context.Context, logger logrus.FieldLogger) (*sql.DB, error) Other modules containing this package github.com/vippsas/sqlcode