[][src]Module aragog::query

contains querying struct and functions.

Structs

Query

A query utility for ArangoDB to avoid writing simple AQL strings. After building can be rendered as an AQL string with the render method.

QueryItem

Struct representing one AQL comparison in a Query.

QueryItemBuilder

Builder for QueryItem