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 = create_engine('sqlite+zxjdbc:///database.db')
Thanks,
Celil
--
You received this message because you are subscribed to the Google Groups
"sqlalchemy" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sqlalchemy?hl=en.