Skip to content

ashanan/visible-to-sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).