Reputation: 420
I'm new to Elixir and Phoenix and I was wondering if there is an Ecto wrapper for AQL in phoenix?
I wrote a simple wrapper for CRUD actions but I wanted something more powerful and complete to be able to make queries like Ecto.Query.
is there an Ecto wrapper for the ArangoDB in phoenix?
Upvotes: 1
Views: 191
Reputation: 420
so after a while, I found this on github:
https://github.com/TomGrozev/arangox_ecto
it's handy and can solve my issues.
Upvotes: 2