https://github.com/code-shoily/dgraphex
A tiny Dgraph client in Elixir.
https://github.com/code-shoily/dgraphex
Last synced: 10 months ago
JSON representation
A tiny Dgraph client in Elixir.
- Host: GitHub
- URL: https://github.com/code-shoily/dgraphex
- Owner: code-shoily
- Created: 2019-09-20T21:01:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-21T15:46:18.000Z (almost 7 years ago)
- Last Synced: 2025-05-20T14:12:11.434Z (about 1 year ago)
- Language: Elixir
- Size: 12.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dgraphex
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `dgraphex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:dgraphex, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/dgraphex](https://hexdocs.pm/dgraphex).