Files
music_library/lib/music_library/error_repo.ex
T
Claudio Ortolina eeaaf8b542 Move ErrorTracker to its own repo and file
Note that the SQlite adapter supports version 2 onwards.
2025-01-23 10:40:36 +00:00

6 lines
121 B
Elixir

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