modulepackage
0.0.0-20210516022740-2fdfa40e8b5f
Repository: https://github.com/nwillc/testdb.git
Documentation: pkg.go.dev
# README
testdb
An example of using an embedded container for DB testing in Go.
- Uses embedded container for testing
- Testing both a GORM and go-pg example
- Run through Github Actions to show containers work their without change
See this write up.