go install github.com/kyleconroy/sqlc/cmd/sqlc@latestConfig can be found in ./sqlc.yaml
sqlc generatecd ~/go/bin
curl -L https://github.com/golang-migrate/migrate/releases/download/v4.15.2/migrate.linux-amd64.tar.gz | tar xvzmigrate -path database/migrations -database "postgresql://postgres:qwerty@localhost:15432/postgres?sslmode=disable" upmigrate -path database/migrations -database "postgresql://postgres:qwerty@localhost:15432/postgres?sslmode=disable" down