balls/lib/balls_pds/repo.ex

4 lines
100 B
Elixir

defmodule BallsPDS.Repo do
use Ecto.Repo, otp_app: :balls_pds, adapter: Ecto.Adapters.SQLite3
end