Packages

An Elixir Ecto Package to Boost Your Productivity and Achieve 90% throughput in Just 10% of the Time.

Current section

Files

Jump to
ecto_entity lib entity repo.ex
Raw

lib/entity/repo.ex

defmodule Ecto.Entity.Repo do
use Ecto.Repo,
otp_app: :ecto_entity,
adapter: Ecto.Adapters.MyXQL
end