Update README.md

pull/167/head
Michael77 2016-08-01 08:40:50 -07:00 committed by GitHub
parent 558d5550cf
commit 0a7d8f738e
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Pgx
Pgx is a a pure Go database connection library designed specifically for
Pgx is a pure Go database connection library designed specifically for
PostgreSQL. Pgx is different from other drivers such as
[pq](http://godoc.org/github.com/lib/pq) because, while it can operate as a
database/sql compatible driver, pgx is primarily intended to be used directly.