repository
0.0.0-20241006023504-2344c48070c9
Repository: https://github.com/xuanyuwang/go-db-examples.git
Documentation: pkg.go.dev
# README
Purpose of this repo
This is for showing how to interact with databases (Postgresql only so far) with Go
Usage
Run go test -v ./...
at the root of this repo should run all tests and see the output.
Reading the name of the subtests should give you the understanding of what the test is showing.