Arango v0.0.1 Arangoex.Aql
ArangoDB AQL methods
Summary
Functions
Remove existing AQL user function#
Functions
create_function(endpoint, function)
create_function(Arangoex.Endpoint.t, Arangoex.Aql.Function.t) :: Arangoex.ok_error(map)
delete_function(endpoint, name)
delete_function(Arangoex.Endpoint.t, String.t) :: Arangoex.ok_error(map)
Remove existing AQL user function#
DELETE /_api/aqlfunction/{name}
query_cache_properties(endpoint)
query_cache_properties(Arangoex.Endpoint.t) :: Arangoex.ok_error(map)
set_query_cache_properties(endpoint, options \\ %{})
set_query_cache_properties(Arangoex.Endpoint.t, Keyword.t) :: Arangoex.ok_error(map)
set_query_properties(endpoint, options \\ %{})
set_query_properties(Arangoex.Endpoint.t, Keyword.t) :: Arangoex.ok_error(map)
validate_query(endpoint, query)
validate_query(Arangoex.Endpoint.t, String.t) :: Arangoex.ok_error(map)