Files
music_library/lib/music_library/background_repo.ex
T
2025-04-13 18:09:53 +01:00

6 lines
126 B
Elixir

defmodule MusicLibrary.BackgroundRepo do
use Ecto.Repo,
otp_app: :music_library,
adapter: Ecto.Adapters.SQLite3
end