From 131efb55dfdecadcbd2fb9f7a2a9ca0b3a302a9b Mon Sep 17 00:00:00 2001 From: lana-k Date: Fri, 20 Aug 2021 15:38:18 +0200 Subject: [PATCH] update readme #81 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b252fc..c295e7b 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,9 @@ Sqliteviz is a single-page offline-first PWA for fully client-side visualisation With sqliteviz you can: - run SQL queries against a SQLite database and create [Plotly][11] charts and pivot tables based on the result sets - import a CSV 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 to/from a JSON file +- import/export inquiries from/to a JSON file - export a modified SQLite database - use it offline from your OS application menu like any other desktop app