Caylir.Graph.Connection
Module to handle the connection between a graph module and a graph worker.
Summary↑
child_spec(graph) | Returns a child specification to start the connection using a supervisor |
delete(graph, quad) | Proxy implementation for |
query(graph, query) | Proxy implementation for |
write(graph, quad) | Proxy implementation for |
Functions
Specs:
- child_spec(module) :: Supervisor.Spec.spec
Returns a child specification to start the connection using a supervisor.
Specs:
- delete(module, Keyword.t) :: Caylir.Graph.t_delete
Proxy implementation for Caylir.Graph.delete/1
.
Specs:
- query(module, String.t) :: Caylir.Graph.t_query
Proxy implementation for Caylir.Graph.query/1
.
Specs:
- write(module, Keyword.t) :: Caylir.Graph.t_write
Proxy implementation for Caylir.Graph.write/1
.