package
4.9.0
Repository: https://github.com/upper/db.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# 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.

# Structs

No description provided by the author
Stmt represents a *sql.Stmt that is cached and provides the OnEvict method to allow it to clean after itself.

# 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.