From c6335a30d0f1ae333a83c87db36a46654b276aa9 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Sat, 23 Apr 2022 10:25:08 -0500 Subject: [PATCH] Add link to github.com/vgarvardt/pgx-google-uuid --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a31098174..3bdaf93f4 100644 --- a/README.md +++ b/README.md @@ -185,3 +185,7 @@ Library for scanning data from a database into Go structs and more. ### [https://github.com/otan/gopgkrb5](https://github.com/otan/gopgkrb5) Adds GSSAPI / Kerberos authentication support. + +### [https://github.com/vgarvardt/pgx-google-uuid](https://github.com/vgarvardt/pgx-google-uuid) + +Adds support for [`github.com/google/uuid`](https://github.com/google/uuid).