TestPhoenixLiveView/lib/test_phoenix_live_view/repo.ex
2024-02-13 20:16:34 +01:00

5 lines
132 B
Elixir

defmodule TestPhoenixLiveView.Repo do
use Ecto.Repo,
otp_app: :test_phoenix_live_view,
adapter: Ecto.Adapters.SQLite3
end