On Mar 26, 3:41 pm, Tim Henderson <[EMAIL PROTECTED]> wrote: > I am using mysql, and sqlite is not appropriate for my situation since > some of the databases and tables I access are being accessed by other > applications which are already written and live. I am not using the > SQLAlchemy or SQLObject, because I didn't want too (although in the > future I may consider using them).
I'd strongly second looking into SQLAlchemy; from what you wrote, I suspect sooner or later you'll end up creating (to paraphrase Greenspun) an ad hoc, informally-specified, bug-ridden, slow implementation of half of SQLAlchemy. George -- http://mail.python.org/mailman/listinfo/python-list