# Functions
AssertQueryEqual tests if two query input are equal.
MustNewBuilder creates a new builder and panic on failure.
NewBuilder initialize a Builder and parse the passing Model that will be used in the Parse calls.
# Structs
Builder is a query builder.
Config for the Builder constructor.
DBQuery are options for query a database.
ParseError is a typed error created dynamically based on the parsing failure.
# Type aliases
WrapFn is a function type that implements the Wrapper interface.