Skip to content

clintwood/arango-aql-query

Repository files navigation

ArangoDB AQL Query

arango-aql-query

Execute ArangoDB AQL queries directly from within Atom Editor.

Query files are must have a .aql file extension. You may like to use arango-aql-language package to add syntax highlighting to your AQL files.

Query results are output to a paired results file with .json extension. See settings for more information.

Query

By default use cmd-q to execute a query. If a file contains multiple queries, simply select the query to be executed and hit cmd-q.

append-results

bindVars

Use of bindVars is supported by including bindVars JSON within comments before the query as shown below here.

bindvars

Override Settings

All package settings can be temporarily overridden by placing a key value pair in the comment block above a query as shown here for includeRequestTime setting.

timing setting

Execution of multiple queries and many more productivity features will be release soon.

Licence

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published