package
0.0.0-20240716132614-1643519e6f91
Repository: https://github.com/triggermail/luci-go.git
Documentation: pkg.go.dev

# Functions

Begin begins a transaction using the database pointer embedded in the current context.
Get returns the database pointer embedded in the current context.
With installs a database pointer into the given context.
WithMiddleware is middleware which installs a database pointer into the given context.

# Structs

RollbackTx is a sql.Tx which supports automatic rollback.

# Interfaces

ExecerContext defines an interface which supports ExecContext calls.
QueryerContext defines an interface which supports QueryContext calls.