second commit
This commit is contained in:
parent
5761f79df0
commit
6fdddfaeb1
45 changed files with 2542 additions and 0 deletions
5
lib/test_phoenix_live_view/repo.ex
Normal file
5
lib/test_phoenix_live_view/repo.ex
Normal file
|
@ -0,0 +1,5 @@
|
|||
defmodule TestPhoenixLiveView.Repo do
|
||||
use Ecto.Repo,
|
||||
otp_app: :test_phoenix_live_view,
|
||||
adapter: Ecto.Adapters.SQLite3
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue