package
2.5.0+incompatible
Repository: https://github.com/ceshihao/sqlboiler.git
Documentation: pkg.go.dev

# Functions

Begin a transaction.
GetDB retrieves the global state database handle.
GetLocation retrieves the global timestamp Location.
IsBoilErr checks if err is a boilErr.
SetDB initializes the database handle for all template db interactions.
SetLocation sets the global timestamp Location.
WrapErr wraps err in a boilErr.

# Constants

the hook point constants.
the hook point constants.
the hook point constants.
the hook point constants.
the hook point constants.
the hook point constants.
the hook point constants.
the hook point constants.
the hook point constants.

# Variables

DebugMode is a flag controlling whether generated sql statements and debug information is outputted to the DebugWriter handle NOTE: This should be disabled in production to avoid leaking sensitive data.
DebugWriter is where the debug output will be sent if DebugMode is true.

# Interfaces

Beginner begins transactions.
Executor can perform SQL queries.
Transactor can commit and rollback, on top of being able to execute queries.

# Type aliases

HookPoint is the point in time at which we hook.