mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-07 02:28:54 +08:00
26 lines
858 B
Markdown
26 lines
858 B
Markdown
<p align="center">
|
|
<img src="src/assets/images/Logo.svg"/>
|
|
</p>
|
|
|
|
# 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
|