Packages

PostgreSQL replication made easy using Erlang OTP mechanisms.

Current section

Files

Jump to
reps README.md
Raw

README.md

# Reps
PostgreSQL replication made easy using Erlang OTP mechanisms.
Inspired by RepMgr, HAProxy, keepalived, Caddy-layer4;
and especially by the associated challenges.
Included in Operand's [grand plan].
[grand plan]: https://operand.online/chronicle/publishing.plan
## Begin
```elixir
def deps do
[
{:reps, "~> 0.0.1"}
]
end
```