Search code examples
elixirphoenix-frameworkarangodbecto

is there an Ecto wrapper for arangodb in phoenix?


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?


Solution

  • so after a while, I found this on github:

    https://github.com/TomGrozev/arangox_ecto

    it's handy and can solve my issues.