Skip to content

ivanseibel/learning-go-rss-aggregator

Repository files navigation

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

About

RSS Aggregator with Go Lang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages