good morning!!!!

Skip to content
Snippets Groups Projects
Commit 802127f0 authored by José Carlos Nieto's avatar José Carlos Nieto
Browse files

Adding go get line.

parent 0df2d071
No related branches found
No related tags found
No related merge requests found
# upper.io/db [![Build Status](https://travis-ci.org/upper/db.svg?branch=v2)](https://travis-ci.org/upper/db) [![GoDoc](https://godoc.org/upper.io/db.v2?status.svg)](https://godoc.org/upper.io/db.v2) # upper.io/db.v2 [![Build Status](https://travis-ci.org/upper/db.svg?branch=v2)](https://travis-ci.org/upper/db) [![GoDoc](https://godoc.org/upper.io/db.v2?status.svg)](https://godoc.org/upper.io/db.v2)
<center> <center>
<img src="http://beta.upper.io/db.v2/images/gopher.svg" width="256" /> <img src="http://beta.upper.io/db.v2/images/gopher.svg" width="256" />
...@@ -10,6 +10,10 @@ The `upper.io/db.v2` package for [Go][2] is a non-opinionated database access ...@@ -10,6 +10,10 @@ 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 layer for Go that provides a common interface to work with different data
sources such as PostgreSQL, MySQL, SQLite, QL and MongoDB. sources such as PostgreSQL, MySQL, SQLite, QL and MongoDB.
```
go get upper.io/db.v2
```
![upper.io](http://beta.upper.io/db.v2/res/general.png) ![upper.io](http://beta.upper.io/db.v2/res/general.png)
## User documentation ## User documentation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment