package
0.0.0-20211212224947-faaee1ef6ecf
Repository: https://github.com/danielmbirochi/go-sample-service.git
Documentation: pkg.go.dev

# 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

# Structs

Config is the required props for connecting to database.