defmodule Prymn.Repo do
  use Ecto.Repo,
    otp_app: :prymn,
    adapter: Ecto.Adapters.Postgres
end