Typed Configuration Files with Malli & Aero
Most projects start by defining the application configuration file and schemas or code to validate it. The configuration can be as simple as a database connection string. Sometimes, this is read directly from an env variable in the code. In Clojure, ...
tonitalksdev.com9 min read
Avelino
founder at moclojer
We use Malli in moclojer cloud (versão host do open Source) to validate the YAML/edn that the user is writing in the online editor
moclojer.com