New release: credo-language-server v0.0.3 ElixirConf EU 2023, report

Detecting unused database columns using Ecto schemas

I went spelunking through our production database and realised some columns weren’t referenced in our Ecto schemas, so I went and automated the discovery of unused database columns:

https://geekmonkey.org/detecting-unused-database-columns-using-ecto-schemas/