cannery/lib/lokal/repo.ex

6 lines
102 B
Elixir

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