An open API service indexing awesome lists of open source software.

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

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/