Skip to content
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

Open
jimrandell opened this issue Oct 18, 2022 · 7 comments
Open

ODBC or JDBC support?? #60

jimrandell opened this issue Oct 18, 2022 · 7 comments
Labels
driver-request Request to add support for a new database driver.

Comments

@jimrandell
Copy link

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.

  • I offer to assist in whatever way I can:
    • I'm a newbe javascript developer, but can follow broad outlines
      • (especially with good examples)
    • my dbeaver configurations and classes, if that helps
@cmoog cmoog added enhancement New feature or request labels Jan 25, 2023
@sschneider-ihre-pvs
Copy link

relates to #1

@cmoog cmoog added driver-request Request to add support for a new database driver. and removed enhancement New feature or request labels Sep 15, 2023
@vbdevpro
Copy link

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).

@vbdevpro
Copy link

relates to #1

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.

@cmoog
Copy link
Owner

cmoog commented Feb 22, 2024

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

@jimrandell
Copy link
Author

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!
(I miss Chicago!!! I lived in Wrigleyville from 90-96 before moving to SF)

@rubensa
Copy link

rubensa commented Jun 17, 2024

Looks like something like:

might be used here.

@rubensa
Copy link

rubensa commented Jun 17, 2024

More alternatives:

And for the ODB support, looks like this might be the way to go:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
driver-request Request to add support for a new database driver.
Projects
None yet
Development

No branches or pull requests

5 participants