Learning backend technologies with golang
- golang-migrate -> brew install golang-migrate
- sqlc -> brew install sqlc
- make migrateup -> Migrate up commands
- make sqlc -> Generates Object mappings for postgres using sqlc
- In order to successfully run unit tests during the first run, please run TestQueries_CreateAccount inside sqlc/account_test.go first