summaryrefslogtreecommitdiff
path: root/vendor/github.com/jackc/pgconn/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/jackc/pgconn/README.md')
-rw-r--r--vendor/github.com/jackc/pgconn/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/github.com/jackc/pgconn/README.md b/vendor/github.com/jackc/pgconn/README.md
index 1c698a118..9af04fe74 100644
--- a/vendor/github.com/jackc/pgconn/README.md
+++ b/vendor/github.com/jackc/pgconn/README.md
@@ -1,6 +1,12 @@
[![](https://godoc.org/github.com/jackc/pgconn?status.svg)](https://godoc.org/github.com/jackc/pgconn)
![CI](https://github.com/jackc/pgconn/workflows/CI/badge.svg)
+---
+
+This version is used with pgx `v4`. In pgx `v5` it is part of the https://github.com/jackc/pgx repository.
+
+---
+
# pgconn
Package pgconn is a low-level PostgreSQL database driver. It operates at nearly the same level as the C library libpq.