Skip to content

Commit 72fe037

Browse files
authored
docs: Adds context to Readme (#10)
1 parent 4a400d3 commit 72fe037

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Readme.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
= Transaction Outbox for Postgres
2+
:context: https://morningcoffee.io/what-is-a-transaction-outbox-and-why-you-need-it.html[outbox pattern]
23

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.
45

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

0 commit comments

Comments
 (0)