mirror of https://gitee.com/bigwinds/arangodb
15 lines
478 B
Plaintext
15 lines
478 B
Plaintext
!CHAPTER HTTP Interface for AQL Queries
|
|
|
|
ArangoDB has an Http interface to syntactically validate AQL queries.
|
|
Furthermore, it offers an Http interface to retrieve the execution plan for any
|
|
valid AQL query.
|
|
|
|
Both functionalities do not actually execute the supplied AQL query, but only
|
|
inspect it and return meta information about it.
|
|
|
|
|
|
<!-- js/actions/api-explain.js -->
|
|
@startDocuBlock JSF_post_api_explain
|
|
|
|
<!-- js/actions/api-query.js -->
|
|
@startDocuBlock JSF_post_api_query |