Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 698 Bytes

File metadata and controls

21 lines (11 loc) · 698 Bytes

visible-to-sqlite

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.

Installation

pip install visible-to-sqlite

Usage

Run: visible-to-sqlite Visible_Data_Export.csv ./visible.db

And then probably: datasette ./visible.db

Data Model

Data model diagram with three tables, generated from a PlantUML file

Generated with PlantUML (source).