https://github.com/kozmod/oniontx-examples
Examples for the `OnionTx`
https://github.com/kozmod/oniontx-examples
clean-architecture example examples go golang hexagonal-architecture onion-architecture repository transactions tx
Last synced: 7 months ago
JSON representation
Examples for the `OnionTx`
- Host: GitHub
- URL: https://github.com/kozmod/oniontx-examples
- Owner: kozmod
- Created: 2024-01-24T19:00:56.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-02T14:47:32.000Z (over 1 year ago)
- Last Synced: 2024-06-22T06:49:51.160Z (over 1 year ago)
- Topics: clean-architecture, example, examples, go, golang, hexagonal-architecture, onion-architecture, repository, transactions, tx
- Language: Go
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# OnionTx-examples
Contains integration examples for [OnionTx](https://github.com/kozmod/oniontx).
- [sqlx](https://github.com/kozmod/oniontx-examples/tree/master/internal/sqlx)
- [pgx](https://github.com/kozmod/oniontx-examples/tree/master/internal/pgx)
- [gorm](https://github.com/kozmod/oniontx-examples/tree/master/internal/gorm)
- [stdlib](https://github.com/kozmod/oniontx-examples/tree/master/internal/stdlib)
- [mockery](https://github.com/kozmod/oniontx-examples/tree/master/internal/mock/mockery)