mvitlov / vscode-db-explorer-firebird

Explore and run queries against your Firebird® databases without leaving VS Code.
MIT License
21 stars 11 forks source link

I need to be able to disconnect a database #12

Open TonyRietwyk opened 4 years ago

TonyRietwyk commented 4 years ago

Is your feature request related to a problem? Please describe. Once I click on a database, it shows the tables. I need to be able to disconnect the database. This might be to swap the file to a different set of data, or because my program needs exclusive access to the database.

Describe the solution you'd like Able to right-click the database and select Disconnect. The tree beneath the database would then disappear.

Describe alternatives you've considered I assume closing VS Code will disconnect the database.

Additional context Have a look at FlameRobin, you might find other features there that you are missing.