Files
shooting-event/phoenix/lib/shooting_event_phx/repo.ex

6 lines
125 B
Elixir
Raw Normal View History

2026-04-29 00:45:48 +04:00
defmodule ShootingEventPhx.Repo do
use Ecto.Repo,
otp_app: :shooting_event_phx,
adapter: Ecto.Adapters.SQLite3
end