Current section

Files

Jump to
imagine_cms lib imagine repo.ex
Raw

lib/imagine/repo.ex

defmodule Imagine.Repo do
use Ecto.Repo,
otp_app: :imagine_cms,
adapter: Ecto.Adapters.MyXQL
end