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

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?

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
```