From 659823f8f354ca478f19fae188c51cf8ae233492 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Mon, 30 Dec 2024 20:27:10 -0600 Subject: [PATCH] Add link to github.com/amirsalarsafaei/sqlc-pgx-monitoring fixes https://github.com/jackc/pgx/issues/2212 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bbeb1336..afc793cb 100644 --- a/README.md +++ b/README.md @@ -172,3 +172,7 @@ Supports, structs, maps, slices and custom mapping functions. ### [github.com/z0ne-dev/mgx](https://github.com/z0ne-dev/mgx) Code first migration library for native pgx (no database/sql abstraction). + +### [github.com/amirsalarsafaei/sqlc-pgx-monitoring](https://github.com/amirsalarsafaei/sqlc-pgx-monitoring) + +A database monitoring/metrics library for pgx and sqlc. Trace, log and monitor your sqlc query performance using OpenTelemetry.