mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-07 02:28:54 +08:00
32 lines
1.0 KiB
Markdown
32 lines
1.0 KiB
Markdown
<p align="center">
|
|
<img
|
|
srcset="src/assets/images/logo.png,
|
|
src/assets/images/logo@2x.png 2x,
|
|
src/assets/images/logo@3x.png 3x,
|
|
src/assets/images/logo@4x.png 4x"
|
|
src="src/assets/images/logo.png"
|
|
/>
|
|
</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
|