Versions in this module Expand all Collapse all v1 v1.0.0 Dec 17, 2022 Changes in this version + type Connection struct + Host string + Method string + Password string + Port string + Query *string + Schema string + User string + func (c *Connection) Db() *sql.DB + func (c *Connection) Ping() + func (c *Connection) SetDb(db *sql.DB)