/postgres-go-demo

demo of database(postgres) integration in Go either via the inbuilt library or external ORM

Primary LanguageGo

clone the repository

Create a databse locally and chage the configuration in

postgres-go-demo/pkg/config/appdb.go

  • To run the application, use the command below
go run main.go