live_beats/lib/live_beats/repo.ex
Chris McCord 85855f9939 Make it so 🚀
2021-09-02 14:00:57 -04:00

6 lines
111 B
Elixir

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