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

Is JDBC supported? #96

Open
dclong opened this issue Nov 16, 2017 · 2 comments
Open

Is JDBC supported? #96

dclong opened this issue Nov 16, 2017 · 2 comments

Comments

@dclong
Copy link

dclong commented Nov 16, 2017

Can I use a JDBC based engine?

@tmthyjames
Copy link
Owner

This is backed by SQLAlchemy, so if SQLAlchemy accepts JDBC then it should work. It may take some minor modifications since it wasn't optimized with JDBC in mind, but essentially SQLCell just passes the input to SQLAlchemy and returns the results in a pandas dataframe.

What database are you using?

@dclong
Copy link
Author

dclong commented Nov 16, 2017

I'm using Teradata SQL. The reason I ask for JDBC support is that it's much more convenient to use JDBC instead of ODBC for non-open source databases. Installing ODBC drivers is painful for non-open source databases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants