From 5b498c4529207b8dd741ebea6136a37794a6b182 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Mon, 13 Jul 2020 07:18:36 -0500 Subject: [PATCH] Link to https://github.com/georgysavva/scany refs #788 --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 63ce1718..59e7c791 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ pgx supports the same versions of Go and PostgreSQL that are supported by their pgx follows semantic versioning for the documented public API on stable releases. `v4` is the latest stable major version. -## Related Libraries +## PGX Family Libraries pgx is the head of a family of PostgreSQL libraries. Many of these can be used independently. Many can also be accessed from pgx for lower-level control. @@ -194,3 +194,9 @@ tern is a stand-alone SQL migration system. ### [github.com/jackc/pgerrcode](https://github.com/jackc/pgerrcode) pgerrcode contains constants for the PostgreSQL error codes. + +## 3rd Party Libraries with PGX Support + +### [github.com/georgysavva/scany](https://github.com/georgysavva/scany) + +Library for scanning data from a database into Go structs and more.