Files
stimmung/lib/stimmung/repo.ex
Rüdiger Diedrich 0a15d255f6 phx init
2025-03-27 11:04:23 +01:00

6 lines
108 B
Elixir

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