cannery/lib/cannery/repo.ex

6 lines
106 B
Elixir

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