Versions in this module Expand all Collapse all v1 v1.0.1 Oct 13, 2021 Changes in this version + type Connection struct + Db *sqlx.DB + InTx bool + Tx *sqlx.Tx + func NewConnection(strConn string, transaction bool) (*Connection, error) + func (c *Connection) Close() + func (c *Connection) Error(err error) error + func (c *Connection) Exec(query string, arg ...interface{}) interface{} + func (c *Connection) Select(obj interface{}, query string, arg ...interface{}) error