# Packages
No description provided by the author
# Functions
NewSQLDB creates a new instance of SQLDB.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
ColumSelector represents a column selector.
Join represents a database join clause.
Order is used to specify the order of the result set.
Projection represents a column in a query.
RealResult wraps sql.Result to implement the Result interface.
RealRow wraps *sql.Row to implement the Row interface.
RealRows wraps *sql.Rows to implement the Rows interface.
RealStmt wraps *sql.Stmt to implement the Stmt interface.
RealTx wraps *sql.Tx to implement the Tx interface.
Selector is a struct that represents a database selector.
SQLDB wraps *sql.DB to implement DBInterface.
# Interfaces
DB is an interface that wraps the basic methods used from sql.DB.
Preparer is an interface that allows to prepare a query.
Result is an interface that wraps the basic methods used from sql.Result.
Row is an interface that wraps the basic methods used from sql.Row.
Rows is an interface that wraps the basic methods used from sql.Rows.
Stmt is an interface that wraps the basic methods used from sql.Stmt.
Tx is an interface that wraps the basic methods used from sql.Tx.
# Type aliases
JoinType represents the type of join.
No description provided by the author
Predicate represents the predicate of a selector.
No description provided by the author