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

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`

Awesome Lists containing this project

README

          

# OnionTx-examples

Contains integration examples for [OnionTx](https://github.com/kozmod/oniontx).

### Integration's examples

- [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)