From d2dc20af8166db0099abff9857b385479675343a Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Sat, 11 Dec 2021 15:32:52 -0600 Subject: [PATCH] Link to extensions --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 03f23bdb..98381b01 100644 --- a/README.md +++ b/README.md @@ -196,6 +196,19 @@ tern is a stand-alone SQL migration system. pgerrcode contains constants for the PostgreSQL error codes. +## Adapters for 3rd Party Types + +* [github.com/jackc/pgx-gofrs-uuid](https://github.com/jackc/pgx-gofrs-uuid) +* [github.com/jackc/pgx-shopspring-decimal](https://github.com/jackc/pgx-shopspring-decimal) + +## Adapters for 3rd Party Loggers + +* [github.com/jackc/pgx-go-kit-log](https://github.com/jackc/pgx-go-kit-log) +* [github.com/jackc/pgx-log15](https://github.com/jackc/pgx-log15) +* [github.com/jackc/pgx-logrus](https://github.com/jackc/pgx-logrus) +* [github.com/jackc/pgx-zap](https://github.com/jackc/pgx-zap) +* [github.com/jackc/pgx-zerolog](https://github.com/jackc/pgx-zerolog) + ## 3rd Party Libraries with PGX Support ### [github.com/georgysavva/scany](https://github.com/georgysavva/scany)