Packages

A simple module to clear up the boilerplate of CRUD resources in Phoenix context files.

Current section

Files

Jump to
ecto_cooler lib test_repo.ex
Raw

lib/test_repo.ex

defmodule EctoCooler.TestRepo do
use Ecto.Repo,
otp_app: :ecto_cooler,
adapter: Ecto.Adapters.Postgres
end