cmoog / vscode-sql-notebook

Open SQL files as VSCode Notebooks.
https://marketplace.visualstudio.com/items?itemName=cmoog.sqlnotebook
MIT License
129 stars 18 forks source link

open to 2 different connection simultaneously #69

Closed wonb168 closed 1 year ago

cmoog commented 1 year ago

This capability is not yet supported.

cmoog commented 1 year ago

It isn't obvious to be how this could work in a way that is simple and clear to the user. Specifically, how are connections mapped to open SQL files? I want to prevent configuration overload and connecting to multiple databases in a single vscode workspace does not feel like a common use case to me.

Until a feasible design is proposed, I'm going to close with as not planned.