A code generator that allows you to write SQL queries in Go way.
-
We use pre-commit to format code & identify simple issues before submitting code to review:
brew install pre-commit pre-commit install
-
For unit tests, you can just run
go test
ormake test
. -
For integration tests, you'll need to setup docker:
make setup-docker make test-integration
-
Run
make help
to see all available commands withmake
.
The project is inspired by: