1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 18:18:53 +08:00
Files
sqliteviz/README.md
2020-10-09 15:07:25 +02:00

21 lines
789 B
Markdown

# sqliteviz
**Note: This is a work-in-progress project.**
Sqliteviz is a single-page application for fully client-side visualisation of SQLite databases.
It's a kind of middleground between [Plotly Falcon][1] and [Redash][2].
It is built on top of [react-chart-editor][3] and [sql.js][4] in [Vue.js][5].
## Features
1. Ad-hoc and prepared visualisation of a SQLite database using flexibility
of SQL and richness of Plotly's `react-chart-editor`
2. Visualisation pallete, SQL and chart definitions, kept in local
storage with import/export
3. Integration-side provided pallete
[1]: https://github.com/plotly/falcon
[2]: https://github.com/getredash/redash
[3]: https://github.com/plotly/react-chart-editor
[4]: https://github.com/sql-js/sql.js
[5]: https://github.com/vuejs/vue