Metadata-Version: 2.1
Name: visible-to-sqlite
Version: 1.0.0
Summary: Convert exported CSV from Visible app to a SQLite DB
Author: Avner Shanan
License: Apache License, Version 2.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Click
Requires-Dist: sqlite-utils

# visible-to-sqlite

*Convert exported CSV from the [Visible app](https://www.makevisible.com/) to a SQLite DB.*

Heavily inspired by [healthkit-to-sqlite](https://github.com/dogsheep/healthkit-to-sqlite) and the rest of the [Dogsheep](https://dogsheep.github.io/) family.  Designed to be explored with [Datasette](https://datasette.io/).

## 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](./architecture/data_model.png)

Generated with PlantUML ([source](./architecture/data_model.plantuml)).
