[sqlalchemy] sqlite+zxjdbc

2010-07-18 Thread Celil
JDBC already has an sqlite backend, see these examples: http://wiki.python.org/jython/DatabaseExamples How difficult would be to add support for that in sqlachemy under jython, so that one can do something like this from sqlalchemy import create_engine engine =

Re: [sqlalchemy] sqlite+zxjdbc

2010-07-18 Thread Michael Bayer
On Jul 18, 2010, at 9:45 PM, Celil wrote: JDBC already has an sqlite backend, see these examples: http://wiki.python.org/jython/DatabaseExamples How difficult would be to add support for that in sqlachemy under jython, so that one can do something like this from sqlalchemy import