mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-07 02:28:54 +08:00
26 lines
879 B
Markdown
26 lines
879 B
Markdown
# 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.
|
|
|
|
## 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
|
|
|
|
## Uninstall sqliteviz
|
|
|
|
If you installed sqliteviz as PWA uninstall it before install the new version.
|
|
|
|
- Go to `chrome://apps/` in your browser
|
|
- Right click on sqliteviz icon
|
|
- Choose `Remove from Chrome`
|
|
|
|
## Import inquires
|
|
|
|
- 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 |