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
demo of database(postgres) integration in Go either via the inbuilt library or external ORM
Go
postgres-go-demo/pkg/config/appdb.go
go run main.go