Registry / database / gorethink-gorethink-v4

gorethink-gorethink-v4

JSON →
library4.1.0gogounverified

Package gorethink implements a Go driver for RethinkDB.

go get gopkg.in/gorethink/gorethink.v4
INSTALL
IMPORT
SIG · GORETHINK-GORETHIN
G
gorethink-gorethink-v4
databasegov4.1.0
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.v4

Connect to a RethinkDB database

package main import ( "fmt" "gopkg.in/gorethink/gorethink.v4" ) func main() { session, err := gorethink.Connect(gorethink.ConnectOpts{ Address: "localhost:28015", }) if err != nil { panic(err) } defer session.Close() fmt.Println("Connected to RethinkDB") }
Debug
Known issues
breakingRethinkDB is no longer actively maintained; consider alternatives
fix
Evaluate other databases like PostgreSQL or MongoDB
affects: all
Upgrade
Version history
4.1.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
Resources
gorethink-gorethink-v4 — go get gorethink-gorethink-v4 · libregistry