Registry / database / gorethink-gorethink-v3

gorethink-gorethink-v3

JSON →
library3.0.5gogounverified

Package gorethink implements a Go driver for RethinkDB.

go get gopkg.in/gorethink/gorethink.v3
INSTALL
IMPORT
SIG · GORETHINK-GORETHIN
G
gorethink-gorethink-v3
databasegov3.0.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gorethink
gopkg.in/gorethink/gorethink.v3

Connect to a RethinkDB instance

package main import ( "fmt" r "gopkg.in/gorethink/gorethink.v3" ) func main() { session, err := r.Connect(r.ConnectOpts{ Address: "localhost:28015", }) if err != nil { panic(err) } defer session.Close() fmt.Println("Connected to RethinkDB") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.5latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
gorethink-gorethink-v3 — go get gorethink-gorethink-v3 · libregistry