View Source Ravix (ravix v0.1.0)
Ravix is a RavenDB Driver written in Elixir
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Initializes three processes registers to facilitate grouping sessions, connections and nodes.
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
Initializes three processes registers to facilitate grouping sessions, connections and nodes.
- :sessions = Stores sessions by their UUIDs
- :connections = Stores the connections processes, based on the Repo Name
- :request_executors = Stores the node executors data