Current section

Files

Jump to
phx_new templates phx_ecto repo.ex.eex
Raw

templates/phx_ecto/repo.ex.eex

defmodule <%= @app_module %>.Repo do
use Ecto.Repo,
otp_app: :<%= @app_name %>,
adapter: <%= inspect @adapter_module %>
end