1
0
Fork 0
arangodb/Documentation/Books/Users/Aql/Invoke.mdpp

13 lines
567 B
Plaintext

!CHAPTER How to invoke AQL
You can run AQL queries from your application via the HTTP REST API. The full
API description is available at [HTTP Interface for AQL Query Cursors](../HttpAqlQueryCursor/README.md).
The [ArangoDB Web Interface](../WebInterface/README.md) has a specific tab for AQL queries execution.
You can run [AQL queries from the ArangoDB Shell](AqlWithArangosh.md) with the *_query* and *_createStatement* methods of the *db* object.
This chapter also describes how to use data binding, statistics, counting and cursors with arangosh.