cmoog / vscode-sql-notebook

Open SQL files as VSCode Notebooks.

Home Page:https://marketplace.visualstudio.com/items?itemName=cmoog.sqlnotebook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a way to check/manually edit/export a stored DB config ?

yw662 opened this issue · comments

commented

DB configured with sql-notebook is not stored in the user settings file, and the UI provides only creation and deletion. What if a user wants to manually edit a configured DB if it is hard to find where it is physically stored ?

At present, it is not possible to modify connection configurations through the UI. I agree this is sometimes desirable and would be a useful feature.

It also is not possible to export them. Ideally, the entirety of the configuration (except the password) would be accessible from the side bar.

I have long considered potential ways of implementing configurations stored in yaml files, but haven't yet landed on an approach that is clean and simple for the basic use case.