This repository provides the x.encore.dev/infra
module, comprising utility packages
for effectively working with cloud infrastructure using Encore.
The pubsub/outbox
package provides a transactional outbox for transactional publishing of
messages to a pubsub topic. This is useful when you want to publish a message as part of a
database transaction and tie the publishing to the fate (commit/rollback) of the transaction.
Use the "Go reference" link above for more information.