A question on decorators

George Sakkis george.sakkis at gmail.com
Wed Mar 26 17:01:31 EDT 2008


On Mar 26, 3:41 pm, Tim Henderson <tim.t... at gmail.com> 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



More information about the Python-list mailing list