Registry / database / dancannon-gorethink

dancannon-gorethink

JSON →
library4.0.0+incompatiblegogounverified

Package gorethink implements a Go driver for RethinkDB.

go get github.com/dancannon/gorethink
INSTALL
IMPORT
SIG · DANCANNON-GORETHIN
D
dancannon-gorethink
databasegov4.0.0+incompatible
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
github.com/dancannon/gorethink

Connect to a local RethinkDB instance.

import r "github.com/dancannon/gorethink" func main() { session, err := r.Connect(r.ConnectOpts{ Address: "localhost:28015", }) if err != nil { panic(err) } defer session.Close() }
Debug
Known issues
gotchaThe package is tagged as v4.0.0+incompatible, meaning it uses a major version before Go modules were introduced. Ensure your go.mod uses the correct version.
fix
Use `go get github.com/dancannon/gorethink@v4.0.0` and import as shown.
affects: >=4.0.0
Upgrade
Version history
4.0.0+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
OpenAI (training)
1
Resources
dancannon-gorethink — go get dancannon-gorethink · libregistry