Versions in this module Expand all Collapse all v0 v0.2.1 Oct 4, 2025 v0.2.0 Sep 27, 2025 Changes in this version + var ErrCouldNotDetectUsername = errors.New(...) + func Open(dsn string) (_ driver.Conn, err error) + func ParseURL(url string) (string, error) + type Connector struct + func NewConnector(dsn string) (*Connector, error) + func (c *Connector) Connect(ctx context.Context) (driver.Conn, error) + func (c *Connector) Driver() driver.Driver + type Driver struct + func (d Driver) Open(name string) (driver.Conn, error)