ORM recommendation when using "live"/predefined DB?
Marco Mariani
marco at sferacarta.com
Wed Jan 28 06:31:47 EST 2009
Phillip B Oldham wrote:
> Can you recommend an ORM (or similar) package to look into?
SQLAlchemy with reflected tables. You can use straight SQL, generate it
dynamically via python expressions, go with the ORM, or everything
together (in a bucket :)
It really pays due respect to the RDBMS, and does not try to avoid the
OO-SQL gap.
More information about the Python-list
mailing list