Pārlūkot izejas kodu

注释修改

erlArango_http
maike pirms 4 gadiem
vecāks
revīzija
2699e7f3ff
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. +2
    -2
      README.md

+ 2
- 2
README.md Parādīt failu

@ -29,13 +29,13 @@
Non-connection pooling mode
Make a connection first
{ok, Socket} = agHttpCli:connect([]). %% Use default Settings
Then you can then call various apis using Socket as the first argument
%% Then you can then call various apis using Socket as the first argument
agMgrDb:curDbInfo(S).
Connection pooling mode
application:ensure_all_started(erlArango). %% start app
agHttpCli:startPool(poolName, [], []). %% start pool
Then you can then invoke various apis using poolName as the first argument
%% Then you can then invoke various apis using poolName as the first argument
agMgrDb:curDbInfo(poolName).

Notiek ielāde…
Atcelt
Saglabāt