File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
# pydgraph
2
2
3
- Official Dgraph client implementation for Python (Python >= v2.7 and >= v3.5), using [ gRPC] [ grpc ] .
3
+ This is the official Dgraph database client implementation for Python (Python >= v2.7 and >= v3.5), using [ gRPC] [ grpc ] .
4
4
5
5
[ grpc ] : https://grpc.io/
6
6
7
7
This client follows the [ Dgraph Go client] [ goclient ] closely.
8
8
9
- ** Use [ Discuss Issues] ( https://discuss.dgraph.io/c/issues/35/clients/46 ) for reporting issues about this repository.**
9
+ ** Use [ Discuss Issues] ( https://discuss.dgraph.io/c/issues/35/clients/46 ) to report issues about this repository.**
10
10
11
11
[ goclient ] : https://github.com/dgraph-io/dgo
12
- Before using this client, we highly recommend that you go through [ docs.dgraph.io] ,
13
- and understand how to run and work with Dgraph.
12
+
13
+ Before using this client, we highly recommend that you read the [ Dgraph Python
14
+ Client docs] ( https://dgraph.io/docs/clients/python/ ) , as well as reviewing
15
+ the product documentation at [ docs.dgraph.io] .
14
16
15
17
[ docs.dgraph.io ] :https://docs.dgraph.io
16
18
You can’t perform that action at this time.
0 commit comments