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)
- Host: GitHub
- URL: https://github.com/mrkouhadi/go-repository-pattern-postgresql
- Owner: Mrkouhadi
- Created: 2023-05-14T17:05:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-14T21:57:08.000Z (about 1 year ago)
- Last Synced: 2025-01-18T12:34:32.271Z (5 months ago)
- Topics: golang, pgx-v5, postgresql, repository-pattern
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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/`