Versions in this module Expand all Collapse all v1 v1.2.10 Aug 16, 2021 Changes in this version + type Config struct + func NewConfig() *Config + type Connector struct + func NewConnector() *Connector + func (c *Connector) Close() + func (c *Connector) Connect() error + func (c *Connector) GetConnection() *sqlx.DB + func (c *Connector) GetDriver() string + func (c *Connector) SetConnection(db *sql.DB, driver string) + func (c *Connector) SetConnectionX(db *sqlx.DB)