This project uses the following command-line tools:
sqlc
for generating SQL functions and methods. Install it withgo install github.com/kyleconroy/sqlc@latest
goose
for database migrations. Install it withgo install github.com/pressly/goose/cmd/goose@latest
Please make sure to install these tools before running the project.