# Functions
New returns a new SQLX connection.
NewQueryable creates a new Queryable.
NewTx create a new transaction.
NewUnsafe returns a new SQLX connection that will succeed scanning when one or more columns in a SQL result have no corresponding fields in the destination struct.
# Structs
Connection represents the sqlx implementation of the sqldb.Connection interface.
Queryable represents the sqlx implementation of the Queryable interface.
Tx implements the db.Tx interface for sqlx.