1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 10:08:52 +08:00
Files
sqliteviz/README.md
2021-04-30 17:54:54 +02:00

1.6 KiB

sqliteviz

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

This application allows to:

  • run SQL queries in SQLite database and create all kinds of charts based on result set
  • import CSV file into SQLite database and visualize imported data
  • save queries and chart settings
  • export queries and chart settings to JSON file
  • import queries and chart settings from JSON file
  • manipulate saved queries (rename, duplicate, delete)
  • set predefined queries available for all users of sqliteviz on your server (read more about predefind queries on Wiki)
  • export modified database
  • use it offline

Get started

The latest release of sqliteviz is running on Github pages. The simplest way to start is to use sqliteviz there.

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, sql.js and Vue-Codemirror in Vue.js. CSV parsing is performed with Papa Parse.