{"id":69292,"library":"dgraph-io-dgo-v200","title":"Dgraph Go Client (v200)","description":"Package dgo is used to interact with a Dgraph server, providing a Go client for Dgraph database operations.","status":"active","version":null,"language":"go","source_language":null,"source_url":"https://github.com/dgraph-io/dgo","tags":["dgraph","graph-database","client","database"],"install":[{"cmd":"go get github.com/dgraph-io/dgo/v200","lang":"bash","label":"Install github.com/dgraph-io/dgo/v200"}],"dependencies":[],"imports":[{"symbol":"dgo","correct":"github.com/dgraph-io/dgo/v200"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/dgraph-io/dgo/v200\"\n\t\"github.com/dgraph-io/dgo/v200/protos/api\"\n)\n\nfunc main() {\n\tconn, err := dgo.Dial(\"localhost:9080\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tdefer conn.Close()\n\tfmt.Println(conn)\n}","lang":"go","description":"Connects to a Dgraph server."},"warnings":[],"env_vars":null,"search_vec":"'client':3,18,27 'databas':21,26,28 'dgo':6 'dgraph':1,13,20,23 'go':2,17 'graph':25 'graph-databas':24 'interact':10 'oper':22 'packag':5 'provid':15 'server':14 'use':8 'v200':4","created_at":"2026-06-17T18:00:12.726909+00:00","updated_at":"2026-06-17T18:00:12.726909+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/dgraph-io/dgo","github":"https://github.com/dgraph-io/dgo","docs":"https://pkg.go.dev/github.com/dgraph-io/dgo/v200#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["database"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}