README.md

# DgraphEx [![Build Status](https://travis-ci.org/elbow-jason/dgraph_ex.svg?branch=master)](https://travis-ci.org/elbow-jason/dgraph_ex)

An elixir database wrapper for dgraph database.

This is a work in progress.

## Usage 

#### define a model

#### mutate the schema

#### insert a model

#### update a model

#### find a model

#### find anything

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `dgraph_ex` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [{:dgraph_ex, "~> 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/dgraph_ex](https://hexdocs.pm/dgraph_ex).