https://github.com/danny-yamamoto/go-dockertest-example
Are sqlc and dockertest awesomely cool?
https://github.com/danny-yamamoto/go-dockertest-example
dockertest go postgresql sql sqlc
Last synced: about 2 months ago
JSON representation
Are sqlc and dockertest awesomely cool?
- Host: GitHub
- URL: https://github.com/danny-yamamoto/go-dockertest-example
- Owner: danny-yamamoto
- Created: 2023-07-28T00:40:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-04T05:00:58.000Z (almost 2 years ago)
- Last Synced: 2025-02-02T18:20:33.645Z (4 months ago)
- Topics: dockertest, go, postgresql, sql, sqlc
- Language: Go
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-dockertest-example
Are sqlc and dockertest awesomely cool?```bash
go install github.com/kyleconroy/sqlc/cmd/sqlc@latest
go get github.com/lib/pq
``````bash
go get -u github.com/ory/dockertest/v3
```