ArangoExec
在Sublime Text中运行Aql查询(Arangodb)命令。
详细信息
安装
- 总计 363
- Win 229
- Mac 84
- Linux 50
8月6日 | 8月5日 | 8月4日 | 8月3日 | 8月2日 | 8月1日 | 7月31日 | 7月30日 | 7月29日 | 7月28日 | 7月27日 | 7月26日 | 7月25日 | 7月24日 | 7月23日 | 7月22日 | 7月21日 | 7月20日 | 7月19日 | 7月18日 | 7月17日 | 7月16日 | 7月15日 | 7月14日 | 7月13日 | 7月12日 | 7月11日 | 7月10日 | 7月9日 | 7月8日 | 7月7日 | 7月6日 | 7月5日 | 7月4日 | 7月3日 | 7月2日 | 7月1日 | 6月30日 | 6月29日 | 6月28日 | 6月27日 | 6月26日 | 6月25日 | 6月24日 | 6月23日 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
说明文件
ArangoExec
在Sublime Text中运行Aql查询命令的插件。
用法
{ "keys": ["ctrl+e", "ctrl+enter"], "command": "arango_exec" },
{ "keys": ["ctrl+y", "ctrl+enter"], "command": "arango_explain" },
{ "keys": ["ctrl+alt+y"], "command": "arango_list_connection" }
如何安装
Package Control (推荐)
- Package Control: 安装软件包
ArangoExec
- 重启 Sublime Text
Git
- 克隆到你的软件包文件夹
git clone [email protected]:jjchiw/ArangoExec.git
- 重启 Sublime Text
配置
设置
'首选项' -> '软件包设置' -> 'ArangoExec'
{
"connections": {
"someConnection" : {
"host" : "127.0.0.1",
"port" : 8529,
"username": "user",
"password": "password",
"database": "super_graphs"
},
"TestStress" : {
"host" : "127.0.0.1",
"port" : 8529,
"username": "user",
"password": "password",
"database": "test_stress"
}
}
}
待办事项
- 使用凭据
函数智能感应(自动完成)集合、边智能感应- 我知道还有更多东西,但我不确定现在具体是什么其他的东西 :)
灵感来源于SQLExec 和 SublimeHttpRequester