https://github.com/omaskery/outboxen-gorm
Storage implementation using GORM for the Outboxen library.
https://github.com/omaskery/outboxen-gorm
go gorm messaging outbox outbox-pattern outboxen transactional-outbox
Last synced: about 1 month ago
JSON representation
Storage implementation using GORM for the Outboxen library.
- Host: GitHub
- URL: https://github.com/omaskery/outboxen-gorm
- Owner: omaskery
- License: mit
- Created: 2021-05-22T12:59:34.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-14T11:00:14.000Z (almost 3 years ago)
- Last Synced: 2023-07-27T22:25:52.125Z (over 2 years ago)
- Topics: go, gorm, messaging, outbox, outbox-pattern, outboxen, transactional-outbox
- Language: Go
- Homepage:
- Size: 102 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# outboxen-gorm
[](https://pkg.go.dev/github.com/omaskery/outboxen-gorm)
This library provides a storage interface implementation for the [Outboxen library][outboxen], using [GORM][gorm] to
interact with the underlying database.
See the [examples directory][examples] for examples.
[outboxen]: https://github.com/omaskery/outboxen
[gorm]: https://gorm.io/
[examples]: ./examples