Added github.com/alexeyco/pig – simple pgx wrapper to execute and scan query results easily

This commit is contained in:
Alexey Popov 2021-04-18 20:01:05 +03:00 committed by Avelino
parent 20f1d5ab97
commit a5971a29ec

View File

@ -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.