# Functions
IsKeyValue reports whether v is a valid value for a primary key that can be used with Find(pKey).
NewResult creates and Results a new Result set on the given table, this set is limited by the given exql.Where conditions.
NewSession creates a new Session.
NewStatement creates an returns an opened statement.
NewTx wraps a *sql.Tx and returns a Tx.
NumActiveStatements returns the global number of prepared statements in use at any point.
RegisterAdapter registers a new SQL adapter.
ReplaceWithDollarSign turns a SQL statament with '?' placeholders into dollar placeholders, like $1, $2, ..., $n.
TxContext creates a transaction context and runs fn within it.
# Interfaces
AdapterSession defines methods to be implemented by SQL adapters.
Collection satisfies db.Collection.
CollectionAdapter defines methods to be implemented by SQL adapters.
Session satisfies db.Session.