简体   繁体   English

如何在Web界面的ArangoDB AQL编辑器中使用绑定变量

[英]How to use bind variables in the ArangoDB AQL Editor in the web interface

My workflow is to first write AQL queries in the AQL Editor (web interface), then when it's done move it into code. 我的工作流程是先在AQL编辑器(Web界面)中编写AQL查询,然后将其移至代码中。 Sometimes move it back out from code to edit more on the queries. 有时将其从代码中移出,以对查询进行更多编辑。 Real code one always use bound variables. 实际代码始终使用绑定变量。

The trouble is that I need to constantly remove/add the bound variables when moving the query between the AQL Editor and my code (where it is just a string). 问题是在AQL编辑器和我的代码(其中只是一个字符串)之间移动查询时,我需要不断删除/添加绑定变量。

So the question is, how can I use bound variables in the AQL Editor? 所以问题是,如何在AQL编辑器中使用绑定变量?

PS: Version 2.7 PS:2.7版

简短的答案:Web界面中的AQL编辑器当前不支持绑定变量,因此不能在其中使用它们。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM