File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- = Transaction Outbox for Postgres
1+ = Transactional Outbox for PostgreSQL
22:outbox-pattern: https://morningcoffee.io/what-is-a-transaction-outbox-and-why-you-need-it.html[outbox pattern]
33:postgresql: https://www.postgresql.org/[PostgreSQL]
44:sequel: https://sequel.jeremyevans.net/[Sequel]
1313
1414image::https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg[Conventional Commits,link=https://www.conventionalcommits.org/en/v1.0.0/]
1515
16- This gem provides a way to implement the transaction {outbox-pattern} using triggers
16+ This gem provides a way to implement the transactional {outbox-pattern} using triggers
1717(stored procedures) in the {postgresql} RDBMS.
1818
1919This only provides the "writing events to the outbox table" part of the outbox pattern.
You can’t perform that action at this time.
0 commit comments