# Functions
Bind creates a binding between an adapter and a *sql.Tx or a *sql.DB.
No description provided by the author
Map receives a pointer to map or struct and maps it to columns and values.
No description provided by the author
Preprocess expands arguments that needs to be expanded and compiles a query into a single string.
WithSession returns a query builder that is bound to the given database session.
WithTemplate returns a builder that is based on the given template.
# Variables
Common error messages.
Common error messages.
Common error messages.
Common error messages.
Common error messages.
No description provided by the author
# Structs
BatchInserter provides a helper that can be used to do massive insertions in batches.
MapOptions represents options for the mapper.
# Interfaces
Adapter represents a SQL adapter.
Engine represents a SQL database engine.
No description provided by the author
Tx represents a transaction on a SQL database.