Repository¶
Articles¶
- The Repository pattern: a painless way to simplify your Go service logic
- Practical DDD in Golang: Repository
- Practical DDD in Golang: Specification
- A clean way to implement database transaction in Golang
- Go (Golang): Clean Architecture & Repositories vs Transactions
- Go (Golang): Unit of Work and Generics
- REPOSITORY PATTERN AND TRANSACTION MANAGEMENT IN GOLANG
Samples¶
- omrfrkazt/golang-generic-repository-pattern - Golang | Generic Repository Pattern
- ademuanthony/gorepo - A Generic repository for golang
- Ompluscator/gorm-generics - PoC for Go generics with GORM
- rafael-piovesan/go-rocket-ride
- dipeshhkc/Golang-Gorm-MultiLayer-DB-Transaction - Database Transaction Implementation for multi-layer Golang project
- techschool/simplebank