From 0a7d8f738e124989332506a369dedc54a5bff8a1 Mon Sep 17 00:00:00 2001 From: Michael77 Date: Mon, 1 Aug 2016 08:40:50 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d998d01e..c90bf966 100644 --- a/README.md +++ b/README.md @@ -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.