Skip to content
/ pggo Public

A code generator that allows you to write SQL queries in Go with more confidence.

License

Notifications You must be signed in to change notification settings

bongnv/pggo

Repository files navigation

pggo

CI codecov Go Report Card

A code generator that allows you to write SQL queries in Go way.

Development

  • 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 or make test.

  • For integration tests, you'll need to setup docker:

    make setup-docker
    make test-integration
  • Run make help to see all available commands with make.

References

The project is inspired by:

About

A code generator that allows you to write SQL queries in Go with more confidence.

Resources

License

Stars

Watchers

Forks

Packages

No packages published