RSS aggregator for multiple feeds.
-
sqlc
- for generating type-safe SQL queriesgo install github.com/sqlc-dev/sqlc/cmd/sqlc@latest
-
goose
- for database migrationsgo install github.com/pressly/goose/v3/cmd/goose@latest
-
To up the database
# MOVE TO directory cd sql/schema/ # UP the database goose postgres <connection-string> up
-
To down the database
# MOVE TO directory cd sql/schema/ # DOWN the database goose postgres <connection-string> down
- Golang
- chi
- godotenv