Kvasir Postgres

PostgreSQL based cold storage for Kvasir.

Installation

The package can be installed by adding kvasir_postgres to your list of dependencies in mix.exs:

def deps do
  [
    {:kvasir_postgres, "~> 1.0"}
  ]
end

The docs can be found at https://hexdocs.pm/kvasir_postgres.