Packages
dotenvy_generators
0.9.0
Generators for Elixir apps using Dotenvy for config including variants of the phx_new generators
Current section
Files
Jump to
Current section
Files
templates/phx_ecto/repo.ex
defmodule <%= @app_module %>.Repo do
use Ecto.Repo,
otp_app: :<%= @app_name %>,
adapter: <%= inspect @adapter_module %>
end