SQLCell icon indicating copy to clipboard operation
SQLCell copied to clipboard

Is JDBC supported?

Open dclong opened this issue 8 years ago • 2 comments

Can I use a JDBC based engine?

dclong avatar Nov 16 '17 06:11 dclong

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?

tmthyjames avatar Nov 16 '17 13:11 tmthyjames

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.

dclong avatar Nov 16 '17 14:11 dclong