mirror of https://github.com/jackc/pgx.git
Fix doc: Import stdlib
parent
9c8ef1acdd
commit
9fafa4ebf3
2
doc.go
2
doc.go
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue