From f73efb48a59b771215546fbc0b881fbd3773b4fe Mon Sep 17 00:00:00 2001 From: whitsundale <32832928+whitsunndale@users.noreply.github.com> Date: Thu, 22 Apr 2021 12:06:26 +0200 Subject: [PATCH] pgx was added to the compatibility test suite https://github.com/bradfitz/go-sql-test/commit/5fd08075ec021be1aec048b462a8962247fb216a --- SQLDrivers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQLDrivers.md b/SQLDrivers.md index d8a4b1c3..f9448da8 100644 --- a/SQLDrivers.md +++ b/SQLDrivers.md @@ -43,7 +43,7 @@ Drivers for Go's sql package include: * **QL**: http://godoc.org/github.com/cznic/ql/driver * **Postgres** (pure Go): https://github.com/lib/pq ` [*] ` * **Postgres** (uses cgo): https://github.com/jbarham/gopgsqldriver - * **Postgres** (pure Go): https://github.com/jackc/pgx ` [**] ` + * **Postgres** (pure Go): https://github.com/jackc/pgx ` [*] ` * **Presto**: https://github.com/prestodb/presto-go-client * **SAP HANA** (uses cgo): https://help.sap.com/viewer/0eec0d68141541d1b07893a39944924e/2.0.03/en-US/0ffbe86c9d9f44338441829c6bee15e6.html * **SAP HANA** (pure go): https://github.com/SAP/go-hdb