1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 10:08:52 +08:00
lana-k 411bd694c0 wip
2025-10-28 13:38:17 +01:00
2025-07-30 23:26:22 +02:00
2025-03-20 22:04:15 +01:00
wip
2025-10-28 13:38:17 +01:00
2025-10-19 18:25:03 +02:00
2020-09-20 22:52:06 +02:00
2020-09-20 22:52:06 +02:00
2025-03-30 21:01:06 +02:00
2020-12-16 19:15:52 +01:00
2025-03-20 22:04:15 +01:00
2025-03-20 22:04:15 +01:00
2025-07-30 23:26:22 +02:00
2025-03-20 22:17:16 +01:00
2025-03-29 13:32:20 +01:00
2025-03-20 22:04:15 +01:00
2020-11-13 15:56:22 +01:00
wip
2025-10-28 13:38:17 +01:00
wip
2025-10-28 13:38:17 +01:00
2025-03-20 22:04:15 +01:00
2025-03-20 22:04:15 +01:00
2025-03-30 16:23:51 +02:00
2025-03-16 23:04:03 +01:00

sqliteviz

Sqliteviz is a single-page offline-first PWA for fully client-side visualisation of SQLite databases, CSV, JSON or NDJSON 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/JSON/NDJSON file into a SQLite database and visualize imported data
  • export result set to CSV file
  • manage inquiries and run them against different databases
  • import/export inquiries from/to 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 sqliteviz.com/app.

Wiki

For user documentation, check out sqliteviz documentation.

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.

Description
Instant offline SQL-powered data visualisation in your browser
Readme Apache-2.0 121 MiB
Languages
JavaScript 63.7%
Vue 31.7%
CSS 1.5%
Python 1.4%
Jupyter Notebook 1%
Other 0.6%