Versions in this module Expand all Collapse all v0 v0.2.0 Jul 11, 2026 Changes in this version + type Config struct + ConnMaxIdleTime time.Duration + ConnMaxLifetime time.Duration + Durability store.Durability + Host string + MaxIdleConns int + MaxOpenConns int + Name string + Password string + Port int + SSLMode string + Timezone string + Username string + type Driver struct + func Open(config Config) (*Driver, error) + func (driver *Driver) Close() error + func (driver *Driver) DB() *sql.DB + func (driver *Driver) Dialect() store.Dialect + func (driver *Driver) DriverName() string + func (driver *Driver) Listen(ctx context.Context, channel string) (<-chan string, error)