Stack Seeker Install these tools: sqlc sql-migrate Install tldr; $ go install github.com/sqlc-dev/sqlc/cmd/sqlc@latest $ go install github.com/rubenv/sql-migrate/...@latest Create a new migration run: $ sql-migrate new {name} Generate the SQLC code: $ go generate ./...