lana-k / sqliteviz

Instant offline SQL-powered data visualisation in your browser
https://sqliteviz.com
Apache License 2.0
2.16k stars 118 forks source link

How to remember the opened sqllite #114

Closed mlb0925 closed 1 year ago

mlb0925 commented 1 year ago

I want to remember the opened sqllite file

lana-k commented 1 year ago

If you want to save changes made in your database, you can export it to .sqlite file: https://sqliteviz.com/docs/export-current-database/

If you mean to remember opened file in order to not open it manually next time then you can use "share" feature: https://sqliteviz.com/docs/sharing/. Upload your file to the server allowing cross-origin access and provide the URL in data_url query parameter.