package
0.0.0-20230130100827-6c64ebff31b2
Repository: https://github.com/packtpublishing/go-cookbook.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Create makes a table called example and populates it.
Exec takes a new connection creates tables, and later drops them and issues some queries.
Query grabs a new connection creates tables, and later drops them and issues some queries.
Setup configures and returns our database connection poold.

# Structs

Example hold the results of our queries.