Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Readme.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
= Transaction Outbox for Postgres
:context: https://morningcoffee.io/what-is-a-transaction-outbox-and-why-you-need-it.html[outbox pattern]

This gem provides a way to implement the transaction outbox pattern using triggers (stored procedures) in Postgres.
This gem provides a way to implement the transaction {context} using triggers (stored procedures) in Postgres.

It utilizes the ruby Sequel ORM to interact with the database, but once it's set up,
it doesn't require any ruby nor Sequel code for the outbox population to operate. It
Expand Down
Loading