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

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.

Awesome Lists containing this project

README

          

# outboxen-gorm

[![Go Reference](https://pkg.go.dev/badge/github.com/omaskery/outboxen-gorm.svg)](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