1 2 3 4 5
defmodule Aggiedit.Repo do use Ecto.Repo, otp_app: :aggiedit, adapter: Ecto.Adapters.Postgres end