From 70f7cad2226dc12406b105f8bb5be9c62780aaf7 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Fri, 28 Feb 2025 20:59:28 -0600 Subject: [PATCH] Add link to https://github.com/Arlandaren/pgxWrappy --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bbd2b45c..9da49d86 100644 --- a/README.md +++ b/README.md @@ -180,3 +180,7 @@ A database monitoring/metrics library for pgx and sqlc. Trace, log and monitor y ### [https://github.com/nikolayk812/pgx-outbox](https://github.com/nikolayk812/pgx-outbox) Simple Golang implementation for transactional outbox pattern for PostgreSQL using jackc/pgx driver. + +### [https://github.com/Arlandaren/pgxWrappy](https://github.com/Arlandaren/pgxWrappy) + +Simplifies working with the pgx library, providing convenient scanning of nested structures.