lib/repo.ex

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