Monday, April 19, 2010

SQLAlchemy 0.6 Released With Jython Support

The new SQLAlchemy 0.6 is out with official support for Jython and Python 3, among various other features.

SQLAlchemy on Jython uses JDBC drivers via Jython's builtin zxJDBC DBAPI interface. It currently supports PostgreSQL, MySQL, Oracle and also MS SQL Server via jTDS.

Those are all well proven JDBC drivers, and they can be even easier to install than CPython C extension drivers. Just add their jar file to your CLASSPATH (or sys.path) and go, no compiling needed.