Versions in this module Expand all Collapse all v0 v0.0.4 Apr 26, 2026 v0.0.2 Apr 11, 2026 Changes in this version type Config + func (c *Config) Name() string v0.0.1 Apr 10, 2026 Changes in this version + const Type + type Config struct + func NewConfig(options ...ConfigSetter) *Config + func (c *Config) DSN() string + func (c *Config) DriverName() string + func (c *Config) RedactedDSN() string + func (c *Config) SchemaScripts() [][]byte + func (c *Config) Type() database.Type + type ConfigSetter interface + Apply func(*Config) + func WithSchemaScripts(scripts ...[]byte) ConfigSetter + type ConfigSetterFunc func(*Config) + func (f ConfigSetterFunc) Apply(c *Config)