TODO: Add description
If available in Hex, the package can be installed as:
- Add
arango
to your list of dependencies inmix.exs
:
```elixir
def deps do
[{:arango, "~> 0.1.0"}]
end
```
- Ensure
Arango
is started before your application:
```elixir
def application do
[applications: [:arango]]
end
```
Use ./reset_docker.sh to setup docker and get a copy of the ArangoDB system password.