fbitipline/lib/fbittipline/repo.ex
expand-sys 0839224e8d blah
2024-09-17 12:33:54 +10:00

5 lines
113 B
Elixir

defmodule Fbittipline.Repo do
use Ecto.Repo,
otp_app: :fbittipline,
adapter: Ecto.Adapters.SQLite3
end