package
0.0.0-20241212173216-745cb4b42230
Repository: https://github.com/ibiscum/go-programming-cookbook-second-edition.git
Documentation: pkg.go.dev

# 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.