You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GoRethink - RethinkDB Driver for Go [](https://app.wercker.com/project/bykey/e315e764041af8e80f0c68280d4b4de2)[](https://godoc.org/github.com/dancannon/gorethink)
2
+
=====================
4
3
5
4
[Go](http://golang.org/) driver for [RethinkDB](http://www.rethinkdb.com/) made by [Daniel Cannon](http://github.com/dancannon) and based off of Christopher Hesse's [RethinkGo](https://github.com/christopherhesse/rethinkgo) driver.
6
5
7
-
Current supported RethinkDB version: 1.11 | Documentation: [GoDoc](http://godoc.org/github.com/dancannon/gorethink)
6
+
Current version: v0.2 (RethinkDB v1.12)
7
+
8
+
**Version 0.2 introduced some BC breaking changes, for more information check the [change log](CHANGELOG.md)**
8
9
9
10
## Installation
10
11
11
12
```sh
12
13
go get -u github.com/dancannon/gorethink
13
14
```
14
15
15
-
If you do not have the [goprotobuf](https://code.google.com/p/goprotobuf/) runtime installed, it is required:
16
-
17
-
```sh
18
-
brew install mercurial # if you do not have mercurial installed
19
-
go get code.google.com/p/goprotobuf/{proto,protoc-gen-go}
0 commit comments