소스 검색

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操作

불러오는 중...
취소
저장