Current section
Files
Jump to
Current section
Files
priv/templates/adapters/repository/repo.ex
defmodule {app}.Infrastructure.Adapters.Repository.Repo do
use Ecto.Repo,
otp_app: :{app_snake},
adapter: Ecto.Adapters.Postgres
end