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