ArangoDB.Ecto v0.1.0 ArangoDB.Ecto.Query View Source

This module converts Ecto.Query structs into AQL queries.

So far it supports the from, where, order_by, limit offset and select clauses.

Link to this section Summary

Functions

Creates an AQL query to fetch all entries from the data store matching the given query

Creates an AQL query to delete all entries from the data store matching the given query

Creates an AQL query to update all entries from the data store matching the given query

Link to this section Functions

Creates an AQL query to fetch all entries from the data store matching the given query.

Creates an AQL query to delete all entries from the data store matching the given query.

Creates an AQL query to update all entries from the data store matching the given query.