5 lines
132 B
Elixir
5 lines
132 B
Elixir
defmodule TestPhoenixLiveView.Repo do
|
|
use Ecto.Repo,
|
|
otp_app: :test_phoenix_live_view,
|
|
adapter: Ecto.Adapters.SQLite3
|
|
end
|