6 lines
125 B
Elixir
6 lines
125 B
Elixir
defmodule ShootingEventPhx.Repo do
|
|
use Ecto.Repo,
|
|
otp_app: :shooting_event_phx,
|
|
adapter: Ecto.Adapters.SQLite3
|
|
end
|