Skip to content

Repository files navigation

Go PostgreSQL SQL Builder example

PostgreSQL, SQL query builder and migrations usage example in Go

Running Locally

  • Run Postgres locally using Docker Compose: make run-postgres
  • Install golang-migrate: brew install golang-migrate
  • Apply migrations: make migrate
  • Generate SQL Builder and Data Model types: make jet-gen
  • Run the application: go run main. go
  • Alternatively, run the app and PostgreSQL using Docker Compose: make build && make run

Technologies Used

About

PostgreSQL, SQL query builder and migrations usage example in Go

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages