2
0

Merge pull request #317 from miktwon/master

Fix doc: Import stdlib
This commit is contained in:
Jack Christensen
2017-09-08 08:52:56 -05:00
committed by GitHub
+1 -1
View File
@@ -3,7 +3,7 @@
pgx provides lower level access to PostgreSQL than the standard database/sql.
It remains as similar to the database/sql interface as possible while
providing better speed and access to PostgreSQL specific features. Import
github.com/jack/pgx/stdlib to use pgx as a database/sql compatible driver.
github.com/jackc/pgx/stdlib to use pgx as a database/sql compatible driver.
Query Interface