ExAgent.Databases
Module to coordinate individual parser databases.
Summary↑
load(path) | Sends a request to load a database to the internal server |
start_link(default \\ []) | Starts the database server |
update_counter(counter) | Updates the database entry counter |
Functions
Specs:
- load(String.t) :: :ok
Sends a request to load a database to the internal server.
Specs:
- start_link(any) :: GenServer.on_start
Starts the database server.
Specs:
- update_counter(atom) :: integer
Updates the database entry counter.
Use only within server connection!