All modules, configs, paths, and references updated. 836 tests pass, zero warnings. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
6 lines
107 B
Elixir
6 lines
107 B
Elixir
defmodule Berrypod.Repo do
|
|
use Ecto.Repo,
|
|
otp_app: :berrypod,
|
|
adapter: Ecto.Adapters.SQLite3
|
|
end
|