mirror of
https://github.com/Expand-sys/fbitipline
synced 2026-03-22 13:57:07 +11:00
5 lines
113 B
Elixir
5 lines
113 B
Elixir
defmodule Fbittipline.Repo do
|
|
use Ecto.Repo,
|
|
otp_app: :fbittipline,
|
|
adapter: Ecto.Adapters.SQLite3
|
|
end
|