vscode-sqlite
vscode-sqlite copied to clipboard
remember db location and queries
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.