We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a400d3 commit 72fe037Copy full SHA for 72fe037
Readme.adoc
@@ -1,6 +1,7 @@
1
= Transaction Outbox for Postgres
2
+:context: https://morningcoffee.io/what-is-a-transaction-outbox-and-why-you-need-it.html[outbox pattern]
3
-This gem provides a way to implement the transaction outbox pattern using triggers (stored procedures) in Postgres.
4
+This gem provides a way to implement the transaction {context} using triggers (stored procedures) in Postgres.
5
6
It utilizes the ruby Sequel ORM to interact with the database, but once it's set up,
7
it doesn't require any ruby nor Sequel code for the outbox population to operate. It
0 commit comments