Registry / database / dancannon-gorethink-v3

dancannon-gorethink-v3

JSON →
library3.0.5gogounverified

A Go driver for RethinkDB, a distributed document database.

go get gopkg.in/dancannon/gorethink.v3
INSTALL
IMPORT
SIG · DANCANNON-GORETHIN
D
dancannon-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/dancannon/gorethink.v3

Connects to RethinkDB and runs a query.

package main import ( r "gopkg.in/dancannon/gorethink.v3" "fmt" ) func main() { session, _ := r.Connect(r.ConnectOpts{Address: "localhost:28015"}) res, _ := r.DB("test").Table("users").Run(session) fmt.Println(res) }
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
12 hits · last 30 days
node
10
OpenAI (training)
1
Resources
dancannon-gorethink-v3 — go get dancannon-gorethink-v3 · libregistry