1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 18:18:53 +08:00

Update README.md

This commit is contained in:
lana-k
2021-04-30 17:54:54 +02:00
committed by GitHub
parent acd56a85cb
commit 8ce9a01372

View File

@@ -6,9 +6,9 @@
Sqliteviz is a single-page PWA for fully client-side visualisation of SQLite databases or CSV files. Sqliteviz is a single-page PWA for fully client-side visualisation of SQLite databases or CSV files.
This application allows: This application allows to:
- run SQL queries in sqlite database and create all kinds of charts based on result set - run SQL queries in SQLite database and create all kinds of charts based on result set
- import CSV file into sqlite database and visualize imported data - import CSV file into SQLite database and visualize imported data
- save queries and chart settings - save queries and chart settings
- export queries and chart settings to JSON file - export queries and chart settings to JSON file
- import queries and chart settings from JSON file - import queries and chart settings from JSON file