diff --git a/README.md b/README.md index 20b90b5..59a80a9 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,12 @@ # sqliteviz -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][11] 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/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 diff --git a/public/manifest.webmanifest b/public/manifest.webmanifest index e0bfe0b..e4d533a 100644 --- a/public/manifest.webmanifest +++ b/public/manifest.webmanifest @@ -1,6 +1,6 @@ { "background_color": "white", - "description": "Sqliteviz is a single-page application for fully client-side visualisation of SQLite databases or CSV.", + "description": "Sqliteviz is a single-page application for fully client-side visualisation of SQLite databases, CSV, JSON or NDJSON.", "display": "fullscreen", "icons": [ { diff --git a/src/components/DbUploader.vue b/src/components/DbUploader.vue index 7694f11..d6453f5 100644 --- a/src/components/DbUploader.vue +++ b/src/components/DbUploader.vue @@ -10,7 +10,8 @@ @click="browse" >