Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 321 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 321 Bytes

RSS Aggregator API

How to run migrations

Up

$ cd sql/schema
$ goose postgres postgres://<USER>:<PASSWORD>@localhost:5432/rssagg up

Down

$ cd sql/schema
$ goose postgres postgres://<USER>:<PASSWORD>@localhost:5432/rssagg down

How to create go code for models

$ sqlc generate