Skip to content

Commit

Permalink
Fix client libraries information in README (#3035)
Browse files Browse the repository at this point in the history
* Fix client libraries information in README
  • Loading branch information
mangalaman93 authored and manishrjain committed Feb 19, 2019
1 parent 63418d7 commit 06df966
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,22 +105,8 @@ makes it easy to build applications with it.
- See a list of issues [that we need help with](https://github.com/dgraph-io/dgraph/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22).
- Please see [Contributing to Dgraph](https://github.com/dgraph-io/dgraph/blob/master/CONTRIBUTING.md) for guidelines on contributions.

## Unofficial Client Libraries
The Dgraph team maintain a number of [officially supported client libraries](https://docs.dgraph.io/clients/). The following libraries are contributed by the community.

**C# .NET**

* [https://github.com/AlexandreDaSilva/DgraphNet](https://github.com/AlexandreDaSilva/DgraphNet)
* [https://github.com/MichaelJCompton/Dgraph-dotnet](https://github.com/MichaelJCompton/Dgraph-dotnet)

**Dart**

* [https://github.com/katutz/dgraph](https://github.com/katutz/dgraph)

**Elixir**

* [https://github.com/liveforeverx/dlex](https://github.com/liveforeverx/dlex)
* [https://github.com/ospaarmann/exdgraph](https://github.com/ospaarmann/exdgraph)
## Client Libraries
The Dgraph team maintain a number of [officially supported client libraries](https://docs.dgraph.io/clients/). There are also libraries contributed by the community [unofficial client libraries](https://docs.dgraph.io/clients#unofficial-dgraph-clients).

## Contact
- Please use [discuss.dgraph.io](https://discuss.dgraph.io) for documentation, questions, feature requests and discussions.
Expand Down

0 comments on commit 06df966

Please sign in to comment.