An open API service indexing awesome lists of open source software.

https://github.com/mrkouhadi/go-repository-pattern-postgresql

Implementing the Repository pattern in Golang(using postgresql)
https://github.com/mrkouhadi/go-repository-pattern-postgresql

golang pgx-v5 postgresql repository-pattern

Last synced: 3 months ago
JSON representation

Implementing the Repository pattern in Golang(using postgresql)

Awesome Lists containing this project

README

        

### Project Desc:

- Implementing the Repository pattern in Golang and postgresql (using pgx)

### instructions:

- Create a postgresql database named `go-pgx-repository`
- run `go run ./cmd/pgx/`