Start repo, claude & kimi still vibing tho

This commit is contained in:
ra
2026-02-14 17:04:21 -07:00
commit f5b8aeb39d
54 changed files with 9466 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
defmodule Odinsea.Repo do
@moduledoc """
Ecto repository for Odinsea database.
"""
use Ecto.Repo,
otp_app: :odinsea,
adapter: Ecto.Adapters.MyXQL
end