Start repo, claude & kimi still vibing tho
This commit is contained in:
9
lib/odinsea/database/repo.ex
Normal file
9
lib/odinsea/database/repo.ex
Normal 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
|
||||
Reference in New Issue
Block a user