Versions in this module Expand all Collapse all v0 v0.1.1 Jun 15, 2026 v0.1.0 Jun 15, 2026 Changes in this version + type Connector struct + func NewConnector(cfg *cubrid.Config) *Connector + func (cn *Connector) Connect(ctx context.Context) (driver.Conn, error) + func (cn *Connector) Driver() driver.Driver + type Driver struct + func (d Driver) Open(dsn string) (driver.Conn, error) + func (d Driver) OpenConnector(dsn string) (driver.Connector, error)