Skip to content

Commit 5492609

Browse files
committed
update readme
1 parent 8bfd0f5 commit 5492609

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ of SQLite databases, CSV, JSON or NDJSON files.
99

1010
With sqliteviz you can:
1111

12-
- run SQL queries against a SQLite database and create [Plotly][11] charts and pivot tables based on the result sets
12+
- run SQL queries against a SQLite database and create [Plotly][11] charts, graphs and pivot tables based on the result sets
1313
- import a CSV/JSON/NDJSON file into a SQLite database and visualize imported data
1414
- export result set to CSV file
1515
- manage inquiries and run them against different databases
@@ -33,7 +33,9 @@ It's a kind of middleground between [Plotly Falcon][1] and [Redash][2].
3333

3434
## Components
3535

36-
It is built on top of [react-chart-editor][3], [PivotTable.js][12], [sql.js][4] and [Vue-Codemirror][8] in [Vue.js][5]. CSV parsing is performed with [Papa Parse][9].
36+
It is built on top of [react-chart-editor][3], [PivotTable.js][12], [sql.js][4]
37+
and [Vue-Codemirror][8] in [Vue.js][5]. CSV parsing is performed with [Papa Parse][9].
38+
Graphs are visualized with [Sigma.js][13] and [Graphology][14].
3739

3840
[1]: https://github.com/plotly/falcon
3941
[2]: https://github.com/getredash/redash
@@ -47,3 +49,5 @@ It is built on top of [react-chart-editor][3], [PivotTable.js][12], [sql.js][4]
4749
[10]: https://github.com/lana-k/sqliteviz/wiki/Predefined-queries
4850
[11]: https://github.com/plotly/plotly.js
4951
[12]: https://github.com/nicolaskruchten/pivottable
52+
[13]: https://www.sigmajs.org/
53+
[14]: https://graphology.github.io/

0 commit comments

Comments
 (0)