From c35eaf2c58a5c026352f1a2f223c9c2675d438cc Mon Sep 17 00:00:00 2001 From: lana-k Date: Tue, 17 Sep 2024 11:41:46 +0200 Subject: [PATCH] Update index.md --- index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index 2a6f259..03f5db3 100755 --- a/index.md +++ b/index.md @@ -1,11 +1,11 @@ # Introduction -Sqliteviz is a single-page offline-first PWA for fully client-side visualisation of SQLite databases or CSV files. +Sqliteviz is a single-page offline-first PWA for fully client-side visualisation of SQLite databases, CSV, JSON or NDJSON files. With sqliteviz you can: - run SQL queries against a SQLite database and create Plotly charts and pivot tables based on the result sets -- import a CSV file into a SQLite database and visualize imported data +- import a CSV, JSON or NDJSON file into a SQLite database and visualize imported data - export result set to CSV file - manage inquiries and run them against different databases - import/export inquiries from/to a JSON file