TestPhoenixLiveView/lib/test_phoenix_live_view/repo.ex

6 lines
132 B
Elixir
Raw Permalink Normal View History

2024-02-13 20:16:34 +01:00
defmodule TestPhoenixLiveView.Repo do
use Ecto.Repo,
otp_app: :test_phoenix_live_view,
adapter: Ecto.Adapters.SQLite3
end