We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcb7193 commit 58b05f5Copy full SHA for 58b05f5
README.md
@@ -176,3 +176,7 @@ Code first migration library for native pgx (no database/sql abstraction).
176
### [github.com/amirsalarsafaei/sqlc-pgx-monitoring](https://github.com/amirsalarsafaei/sqlc-pgx-monitoring)
177
178
A database monitoring/metrics library for pgx and sqlc. Trace, log and monitor your sqlc query performance using OpenTelemetry.
179
+
180
+### [https://github.com/nikolayk812/pgx-outbox](https://github.com/nikolayk812/pgx-outbox)
181
182
+Simple Golang implementation for transactional outbox pattern for PostgreSQL using jackc/pgx driver.
0 commit comments