https://github.com/alextanhongpin/go-db
Database setup for golang web projects
https://github.com/alextanhongpin/go-db
database golang
Last synced: 2 months ago
JSON representation
Database setup for golang web projects
- Host: GitHub
- URL: https://github.com/alextanhongpin/go-db
- Owner: alextanhongpin
- Created: 2019-08-23T04:46:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-10T16:37:50.000Z (over 6 years ago)
- Last Synced: 2025-06-19T09:52:21.779Z (about 1 year ago)
- Topics: database, golang
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-db
Setting up Postgres/MySQL for golang projects with the following:
- go-bindata
- dockertest
- pq
## References
How to test golang using docker.
https://scene-si.org/2019/04/15/next-level-go-testing/