You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it supported to use this extensions API to connect to a database from a different extension?
I have been trying this and I was able to connect to a mssql db but not query it, as the exposed API is undocumented and doesn't seem particularly easy to use.
The reason I'm attempting to use this extension is that it seems nearly impossible to connect to a mssql db with windows authentication from javascript, as native modules are not supported in vscode extensions. Somehow it is being done here, and it would be amazing if there was a simple api exposed to query connected databases.
The text was updated successfully, but these errors were encountered:
Is it supported to use this extensions API to connect to a database from a different extension?
I have been trying this and I was able to connect to a mssql db but not query it, as the exposed API is undocumented and doesn't seem particularly easy to use.
The reason I'm attempting to use this extension is that it seems nearly impossible to connect to a mssql db with windows authentication from javascript, as native modules are not supported in vscode extensions. Somehow it is being done here, and it would be amazing if there was a simple api exposed to query connected databases.
The text was updated successfully, but these errors were encountered: