diff --git a/src/arangoApi/agAqlMod.erl b/src/arangoApi/agAqlMod.erl new file mode 100644 index 0000000..0349dd0 --- /dev/null +++ b/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操作 \ No newline at end of file