defmodule Xmplry.Repo do
  use Ecto.Repo,
    otp_app: :xmplry,
    adapter: Ecto.Adapters.Postgres
end