Searches for data to be scraped from external sources.
- Go 1.14
All additional project dependencies can be installed via tools/deps.fish
. See --help
to find out how.
After first Postgres container run you need to migrate it's schema. This can be done by using goose
:
goose postgres "<url>" up
To generate SQL queries and native types you can use sqlc
:
sqlc generate