pull/291/merge
Jack Christensen 2017-07-24 18:10:36 -05:00
parent 69494780a8
commit a1241d4aa9
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ See this [gist](https://gist.github.com/jackc/4996e8648a0c59839bff644f49d6e434)
In addition to the native driver, pgx also includes a number of packages that provide additional functionality.
## github.com/jackc/pgxstdlib
## github.com/jackc/pgx/stdlib
database/sql compatibility layer for pgx. pgx can be used as a normal database/sql driver, but at any time the native interface may be acquired for more performance or PostgreSQL specific functionality.