Segfault-Inc / Multicorn

Data Access Library
https://multicorn.org/
PostgreSQL License
700 stars 145 forks source link

Jython Support #31

Closed drbawb closed 10 years ago

drbawb commented 11 years ago

Is it possible to build this with Jython?

The reason being: I'd like to use the SQL Alchemy FDW with a JDBC driver. As far as I know: the only way to use JDBC w/ SQLAlchemy is with zxJDBC which is only supported by jython.

It looks like your build requires Python2.7, so the relevant Jython version would be 2.7b1

rdunklau commented 10 years ago

No you can't: Multicorn is built on the C-Python API. If you want to use JDBC, there is a jdbc_fdw here: https://github.com/atris/JDBC_FDW.