https://github.com/go-saas/uow
unit of work pattern for golang
https://github.com/go-saas/uow
Last synced: 29 days ago
JSON representation
unit of work pattern for golang
- Host: GitHub
- URL: https://github.com/go-saas/uow
- Owner: go-saas
- License: mit
- Created: 2021-05-03T08:41:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-02T03:46:02.000Z (over 2 years ago)
- Last Synced: 2025-04-23T17:05:00.359Z (29 days ago)
- Language: Go
- Homepage:
- Size: 221 KB
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# uow (Unit of Work) pattern library in golang
install
```shell
go get -u github.com/go-saas/uow
```usage
See https://github.com/go-saas/uow/tree/main/gorm/db_test.go