mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-06 18:18:53 +08:00
Merge branch 'docs' of github.com:lana-k/sqliteviz into docs
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
# How to migrate to sqliteviz.com
|
||||
|
||||
All upcoming sqliteviz versions will be deployed on sqliteviz.com instead of
|
||||
Github Pages. If you have saved inquiries it's needed to migrate them in order
|
||||
to be able to use them with the latest version of sqliteviz.
|
||||
All upcoming sqliteviz releases will be deployed on sqliteviz.com instead of
|
||||
[Github Pages](https://lana-k.github.io/sqliteviz/#/). The saved inquiries that
|
||||
you still care about can be imported to sqliteviz.com as usual.
|
||||
|
||||
## Export inquiries
|
||||
## Step 1: export inquiries
|
||||
|
||||
- Click `Inquiries` in the main top menu
|
||||
- Select all inquiries by clicking the checkbox in the table header
|
||||
- Click `Export` and save your inquires in a `JSON` file
|
||||
- Click `Export` and save your inquiries in a JSON file
|
||||
|
||||
## Uninstall sqliteviz
|
||||
## Step 2: uninstall sqliteviz
|
||||
|
||||
If you installed sqliteviz as PWA uninstall it before install the new version.
|
||||
|
||||
@@ -18,9 +18,9 @@ If you installed sqliteviz as PWA uninstall it before install the new version.
|
||||
- Right click on sqliteviz icon
|
||||
- Choose `Remove from Chrome`
|
||||
|
||||
## Import inquires
|
||||
## Step 3: import inquiries
|
||||
|
||||
- Go to [https://sqliteviz.com/app/#/workspace](https://sqliteviz.com/app/#/workspace)
|
||||
- Click `Inquiries` in the main top menu
|
||||
- Click `Import` in the message
|
||||
- Choose the file where you exported your inquires
|
||||
- Click `Import`
|
||||
- Choose the file where you exported your inquiries
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Installation
|
||||
|
||||
The latest release of sqliteviz is running on [Github pages][1].
|
||||
The latest release of sqliteviz is running on [sqliteviz.com/app][1].
|
||||
|
||||
Basically, you don't need to install sqliteviz. But if you want you can install
|
||||
it and use it as a regular desktop application with the following steps:
|
||||
@@ -11,6 +11,6 @@ it and use it as a regular desktop application with the following steps:
|
||||
|
||||
See more about PWA on [Google Chrome Help][3].
|
||||
|
||||
[1]: https://lana-k.github.io/sqliteviz
|
||||
[1]: https://sqliteviz.com/app/
|
||||
[2]: https://www.google.com/chrome
|
||||
[3]: https://support.google.com/chrome/answer/9658361?hl=en&ref_topic=7439636
|
||||
|
||||
Reference in New Issue
Block a user