Registry / database / dgraph-io-dgo-v200

dgraph-io-dgo-v200

JSON →
librarygogounverified

Package dgo is used to interact with a Dgraph server, providing a Go client for Dgraph database operations.

go get github.com/dgraph-io/dgo/v200
INSTALL
IMPORT
SIG · DGRAPH-IO-DGO-V200
D
dgraph-io-dgo-v200
databasego
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.

dgo
github.com/dgraph-io/dgo/v200

Connects to a Dgraph server.

package main import ( "fmt" "github.com/dgraph-io/dgo/v200" "github.com/dgraph-io/dgo/v200/protos/api" ) func main() { conn, err := dgo.Dial("localhost:9080") if err != nil { panic(err) } defer conn.Close() fmt.Println(conn) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
dgraph-io-dgo-v200 — go get dgraph-io-dgo-v200 · libregistry