Generating with --sql produces no :db.sql/* keys in system.edn, and resources/queries.sql / resources/migrations/placeholder.txt are missing.
neil new io.github.kit-clj/kit myapp --sql
--conman --migratus works as a workaround.
Cause: in libs/deps-template/src/io/github/kit_clj/deps_template.clj, excluded-template-files only checks :conman / :migratus, and the system.edn Selmer template only branches on conman? / migratus? / hikari?. Nothing maps :sql to those, so passing only --sql leaves all SQL components disabled.
Versions: deps-template 0.1.89.
Generating with
--sqlproduces no:db.sql/*keys insystem.edn, andresources/queries.sql/resources/migrations/placeholder.txtare missing.--conman --migratusworks as a workaround.Cause: in
libs/deps-template/src/io/github/kit_clj/deps_template.clj,excluded-template-filesonly checks:conman/:migratus, and thesystem.ednSelmer template only branches onconman?/migratus?/hikari?. Nothing maps:sqlto those, so passing only--sqlleaves all SQL components disabled.Versions:
deps-template0.1.89.