package
0.9.4
Repository: https://github.com/hypermodeinc/dgraph.git
Documentation: pkg.go.dev

# README

Go client

GoDoc

This package provides helper function for interacting with the Dgraph server. You can use it to run mutations and queries. You can also use BatchMutation to upload data concurrently. It communicates with the server using gRPC.

# Functions

DeleteEdges sets the edges corresponding to predicates on the node with the given uid for deletion.
NewDgraphClient creates a new Dgraph for interacting with the Dgraph store connected to in conns.

# Variables

No description provided by the author

# Structs

Dgraph is a transaction aware client to a set of dgraph server instances.
Txn is a single atomic transaction.