# Functions
Log provides a parsed print version of the query and parameters (sqlx does not provide it).
NamedQuerySlice is a helper function for executing queries that return a collection of data to be unmarshaled into a slice.
NamedQueryStruct is a helper function for executing queries that return a single value to be unmarshalled into a struct type.
Open function configures and opens a database connection.
StatusCheck returns nil if it can successfully talk to the database engine.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author