Sfoglia il codice sorgente

arangoApi 添加

erlArango_v1
SisMaker 5 anni fa
parent
commit
152496c4bc
1 ha cambiato i file con 15 aggiunte e 0 eliminazioni
  1. +15
    -0
      src/arangoApi/agAqlMod.erl

+ 15
- 0
src/arangoApi/agAqlMod.erl Vedi File

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

Caricamento…
Annulla
Salva