# Functions
Bulk load data into schema and table by batch.
Create execute query with a RETURNING id.
DoAtomic execute given action in a transactionnal context.
Exec execute query with specified timeout, disregarding result.
Flags adds flags for configuring package.
Get execute single row query.
List execute multiple rows query.
New creates new App from Config.
Ping indicate if database is ready or not.
StoreTx stores given transaction in context.
# Variables
ErrBulkEnded occurs when bulk creation is over.
ErrNoHost occurs when host is not provided in configuration.
ErrNoTransaction occurs when no transaction is provided but needed.
SQLTimeout when running queries.