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.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to