Fix doc: Import stdlib

This commit is contained in:
miktwon 2017-09-07 11:46:05 +03:00
parent 9c8ef1acdd
commit 9fafa4ebf3

2
doc.go
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