mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-06 10:08:52 +08:00
9c0103fd0519d48325e69674cc8b37bff814353c
* Build SQLite 3.41.0 * Update pivot_vtab * Add Pearson correlation coefficient function extension, build * Add an easy way to running test locally without Nodejs * Use RSS sum to pick top2 processes for the report * Try previous Ubuntu LTS as a workaround for Firefox worker not starting
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
- 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
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
Languages
JavaScript
63.7%
Vue
31.7%
CSS
1.5%
Python
1.4%
Jupyter Notebook
1%
Other
0.6%