From a5971a29ec983cc8e99b98fde83c372e0ca5613b Mon Sep 17 00:00:00 2001 From: Alexey Popov Date: Sun, 18 Apr 2021 20:01:05 +0300 Subject: [PATCH] =?UTF-8?q?Added=20github.com/alexeyco/pig=20=E2=80=93=20s?= =?UTF-8?q?imple=20pgx=20wrapper=20to=20execute=20and=20scan=20query=20res?= =?UTF-8?q?ults=20easily?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8b406d3f..d801f3da 100644 --- a/README.md +++ b/README.md @@ -557,6 +557,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [godror](https://github.com/godror/godror) - Oracle driver for Go, using the ODPI-C driver. * [gofreetds](https://github.com/minus5/gofreetds) - Microsoft MSSQL driver. Go wrapper over [FreeTDS](http://www.freetds.org). * [pgx](https://github.com/jackc/pgx) - PostgreSQL driver supporting features beyond those exposed by database/sql. + * [pig](https://github.com/alexeyco/pig) - Simple [pgx](https://github.com/jackc/pgx) wrapper to execute and [scan](https://github.com/georgysavva/scany) query results easily. * [pq](https://github.com/lib/pq) - Pure Go Postgres driver for database/sql. * [Sqinn-Go](https://github.com/cvilsmeier/sqinn-go) - SQLite with pure Go.