瀏覽代碼

arangoApi 添加

erlArango_v1
SisMaker 5 年之前
父節點
當前提交
152496c4bc
共有 1 個檔案被更改,包括 15 行新增0 行删除
  1. +15
    -0
      src/arangoApi/agAqlMod.erl

+ 15
- 0
src/arangoApi/agAqlMod.erl 查看文件

@ -0,0 +1,15 @@
-module(agAqlMod).
-include("erlArango.hrl").
-compile([export_all, nowarn_export_all]).
% doc_address:
% AQL Query Cursors:
% https://www.arangodb.com/docs/stable/http/aql-query-cursor.html
% AQL Query:
% https://www.arangodb.com/docs/stable/http/aql-query-cursor.html
% AQL Query Results Cache:
% https://www.arangodb.com/docs/stable/http/aql-query-cursor.html
% AQL User Functions Management:
% https://www.arangodb.com/docs/stable/http/aql-query-cursor.html
% AQL操作

Loading…
取消
儲存