2
0

Finish import of pgconn

This commit is contained in:
Jack Christensen
2021-12-04 14:06:57 -06:00
parent 5c36639f09
commit 0e293b966c
49 changed files with 109 additions and 502 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ pgx follows semantic versioning for the documented public API on stable releases
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.
### [github.com/jackc/pgconn](https://github.com/jackc/pgconn)
### [github.com/jackc/v4/pgconn](https://github.com/jackc/pgx/tree/master/pgconn)
`pgconn` is a lower-level PostgreSQL database driver that operates at nearly the same level as the C library `libpq`.