package
0.0.0-20240706105249-f356f3c13b4b
Repository: https://github.com/ardihikaru/go-chi-example-part-2.git
Documentation: pkg.go.dev

# Functions

DbConnect opens MySQL database connection.

# Constants

MysqlDriver defines the name of the mysql driver.
NoRow defines the error string when no record found in the query result.
Percent defines the symbol that can be used to simplify the query statement building for example, when using fmt.Sprintf(), using this variable will avoid issue with double % inside the print.

# Structs

DbQuery defines the query parameter it is used to wrap query param and.
QueryArgs defines the query arguments it will be used for building each query for the Named Query Execution.
No description provided by the author