# Functions
Committed calls f after committed or immediate if not in tx.
Exec calls db.ExecContext.
No description provided by the author
No description provided by the author
No description provided by the author
IsInTx checks is context inside RunInTx.
Iter calls pgsql.IterContext.
No description provided by the author
Middleware injects db into request's context.
NewContext creates new context.
No description provided by the author
Prepare calls db.PrepareContext.
Query calls db.QueryContext.
QueryRow calls db.QueryRowContext.
RunInReadOnlyTx calls RunInTxOptions with read only options.
RunInTx calls RunInTxOptions with default options.
RunInTxOptions starts sql tx if not started.
With creates new empty key context with db from keyed context.