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