vscode-sqlite icon indicating copy to clipboard operation
vscode-sqlite copied to clipboard

remember db location and queries

Open kinghat opened this issue 4 years ago • 0 comments

is it possible to remember the location of the db i open the first time and then remember subsequent queries ran on said db? i see the sqlite.setupDatabase but that seems like i have to open the db manually every time and in my case navigate to it each time. im developing in a container so im not sure where these settings would be stored at for persistence.

kinghat avatar Oct 03 '21 21:10 kinghat