Skip to content

avar348/golangrssaggregator

Repository files navigation

Command Line Tools to install
go install github.com/sqlc-dev/sqlc/cmd/sqlc@latest
then run sqlc version to verify that its installed
go install github.com/pressly/goose/v3/cmd/goose@latest
then run goose -version

to run the goose you will need to go into the schema folder and run

 

goose postgres postgres://dbusername:dbpassworrd@localhost:5432/databasename up


to run the sqlc it will be in the root folder run

run 
so for this project it will be root  golangrssaggregator
run sqlc generate this will generate all the data for sqlc


the folder structure for goose and sql

Include an .env file
PORT=
DB_URL=

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages