My company uses Vertica. We have Python applications that connect to it with pyodbc. I do most of my development on a Mac (Snow Leopard) and unfortunately Vertica has not released ODBC drivers for Mac. They do have JDBC drivers though. I don’t think developing in Jython is a good compromise. Is there any way to use JDBC drivers with an ODBC application? Some kind of ODBC connector?
Share
edit: update for vertica 5/6 can be found here https://github.com/serbaut/psycopg2
Here is a patch to make psycopg2 2.2.1 work with vertica 4.0. No ODBC needed.