Categorygithub.com/packtpublishing/hands-on-dependency-injection-in-goch1101_di_induced_damage06_inject_sql
# Functions
NewDAO will initialize the database connection pool (if not already done) and return a data access object which can be used to interact with the database.
# Variables
ErrNotFound is returned when the no records where matched by the query.
# Structs
DAO is a data access object that provides an abstraction over our database interactions.
No description provided by the author
Person is the data transfer object (DTO) for this package.
No description provided by the author
No description provided by the author
No description provided by the author