eeaaf8b542
Note that the SQlite adapter supports version 2 onwards.
6 lines
121 B
Elixir
6 lines
121 B
Elixir
defmodule MusicLibrary.ErrorRepo do
|
|
use Ecto.Repo,
|
|
otp_app: :music_library,
|
|
adapter: Ecto.Adapters.SQLite3
|
|
end
|