From a5bcd6f7bb76444fecdc8bfda132b0944b0264b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Carlos=20Nieto?= <jose.carlos@menteslibres.net> Date: Mon, 20 Jun 2016 08:03:26 -0500 Subject: [PATCH] Updating README. --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ac9b6e95..32f2c7b0 100644 --- a/README.md +++ b/README.md @@ -6,16 +6,14 @@ ## The `db.v2` package -The `upper.io/db.v2` package for [Go][2] is a non-opinionated database access -layer for Go that provides a common interface to work with different data -sources such as PostgreSQL, MySQL, SQLite, QL and MongoDB. +The `upper.io/db.v2` package for [Go][2] is a productive database access layer +for Go that provides a common interface to work with different data sources +such as PostgreSQL, MySQL, SQLite, QL and MongoDB. ``` go get upper.io/db.v2 ``` - - ## User documentation This is the source code repository, see examples and documentation at -- GitLab