Convert exported CSV from the Visible app to a SQLite DB.
Heavily inspired by healthkit-to-sqlite and the rest of the Dogsheep family. Designed to be explored with Datasette.
pip install visible-to-sqlite
Run: visible-to-sqlite Visible_Data_Export.csv ./visible.db
And then probably: datasette ./visible.db
Generated with PlantUML (source).