Closed mlb0925 closed 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.
I want to remember the opened sqllite file