1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 18:18:53 +08:00
Files
sqliteviz/README.md
2021-08-04 22:25:23 +02:00

1.7 KiB

sqliteviz

Sqliteviz is a single-page offline-first PWA for fully client-side visualisation of SQLite databases or CSV files.

With sqliteviz you can:

  • run SQL queries against a SQLite database and create Plotly charts and pivot tables based on the result sets
  • import a CSV file into a SQLite database and visualize imported data
  • manage inquiries and run them against different databases
  • import/export inquiries to/from a JSON file
  • export a modified SQLite database
  • use it offline from your OS application menu like any other desktop app

https://user-images.githubusercontent.com/24638357/128249848-f8fab0f5-9add-46e0-a9c1-dd5085a8623e.mp4

Quickstart

The latest release of sqliteviz is deployed on GitHub Pages at lana-k.github.io/sqliteviz.

Wiki

For user documentation, check out sqliteviz Wiki.

Motivation

It's a kind of middleground between Plotly Falcon and Redash.

Components

It is built on top of react-chart-editor, PivotTable.js, sql.js and Vue-Codemirror in Vue.js. CSV parsing is performed with Papa Parse.