-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ODBC or JDBC support?? #60
Comments
relates to #1 |
I second this request. Adding simple JDBC\ODBC would make this extension the best SQL Query tool available for VS Code and open it up to any RDBMS system that offers ODBC (which is pretty much all of them). |
Adding a driver for ODBC sources is not the same as Oracle. I do not believe this is related. Closing the Oracle request should not close this one. Separate issue entirely. |
I'd welcome a contribution in this area. Most of the work will be adding a driver implementation to https://github.com/cmoog/vscode-sql-notebook/blob/a0fea8ce8808c86c683cc5b3dd634cc0af242897/src/driver.ts |
I'm jammed up for the next few weeks, but when things loosen up, will take a look at https://github.com/cmoog/vscode-sql-notebook/blob/a0fea8ce8808c86c683cc5b3dd634cc0af242897/src/driver.ts, and see if there is anything i could do! |
Looks like something like:
might be used here. |
More alternatives:
And for the ODB support, looks like this might be the way to go: |
I LOVE this!!! So how ungrateful would I be to request ODBC and/or JDBC support?
I use dbeaver because it handles just about anything ODBC/JDBC, but boy, would I love to store my sippets in notebooks in my node projects in vscode, and just run them whenever.
The text was updated successfully, but these errors were encountered: