1
0
Fork 0
arangodb/Documentation/Books/AQL/Invocation
Simran Brucherseifer 3c9817548e Update links in AQL docs, some reformatting 2016-05-18 22:39:05 +02:00
..
README.mdpp Update links in AQL docs, some reformatting 2016-05-18 22:39:05 +02:00
WithArangosh.mdpp Update links in AQL docs, some reformatting 2016-05-18 22:39:05 +02:00
WithWebInterface.mdpp Update links in AQL docs, some reformatting 2016-05-18 22:39:05 +02:00

README.mdpp

!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](../../HTTP/AqlQueryCursor/index.html).

The ArangoDB Web Interface has a [specific tab for AQL queries execution](../Invocation/WithWebInterface.md).

You can run [AQL queries from the ArangoDB Shell](../Invocation/WithArangosh.md) with the  *_query*  and  *_createStatement*  methods of the  *db*  object. 
This chapter also describes how to use bind parameters, statistics, counting and cursors with arangosh.