second commit

This commit is contained in:
Florian RICHER 2024-02-13 20:16:34 +01:00
parent 5761f79df0
commit 6fdddfaeb1
45 changed files with 2542 additions and 0 deletions

View file

@ -0,0 +1,5 @@
defmodule TestPhoenixLiveView.Repo do
use Ecto.Repo,
otp_app: :test_phoenix_live_view,
adapter: Ecto.Adapters.SQLite3
end