barrel_ex_http v0.2.1 BarrelEx.Replication

Manage database replication tasks

Link to this section Summary

Functions

Create a new replication task. Returns also the response status

Create a new replication task

Delete a replication task with the id rep_id. Returns also the response status

Delete a replication task with the id rep_id

Retrieve the list of replications tasks and the response status

Retrieve the list of replications tasks

Link to this section Functions

Link to this function create(source, target)
create(String.t(), String.t()) :: {atom(), map()}

Create a new replication task. Returns also the response status.

Link to this function create!(source, target)
create!(String.t(), String.t()) :: map()

Create a new replication task.

Link to this function delete(rep_id)
delete(String.t()) :: {atom(), map()}

Delete a replication task with the id rep_id. Returns also the response status.

Link to this function delete!(rep_id)
delete!(String.t()) :: map()

Delete a replication task with the id rep_id.

Link to this function get()
get() :: {atom(), map()}

Retrieve the list of replications tasks and the response status.

Link to this function get!()
get!() :: map()

Retrieve the list of replications tasks.