Current section

Files

Jump to
legendary_core lib core repo.ex
Raw

lib/core/repo.ex

defmodule Legendary.Core.Repo do
use Ecto.Repo,
otp_app: :core,
adapter: Ecto.Adapters.Postgres
end