[Zope] SQL and Python Products

2013-01-16 Thread Luiz Pasqual
Hi, We are trying to migrate a very old application on Zope 2.9, first we thought to migrate to Python Products and then upgrade Zope. We don't know what's the best way to deal with SQL querys in Python products. He is some options we are evaluating: - SQLAlchemy, leaving behind ZSQLMethods e

Re: [Zope] SQL and Python Products

2013-01-16 Thread Niels Dettenbach
Am Mittwoch, 16. Januar 2013, 16:34:01 schrieb Luiz Pasqual: We are trying to migrate a very old application on Zope 2.9, first we thought to migrate to Python Products and then upgrade Zope. We don't know what's the best way to deal with SQL querys in Python products. He is some options we

Re: [Zope] SQL and Python Products

2013-01-16 Thread robert rottermann
Hi Luiz, use sqlalchemy together with z3c.saconfig. Powerfull, flexible, easy to use .. And in martin aspelis book is a chapter how to use them .. robert On 01/16/2013 07:34 PM, Luiz Pasqual wrote: Hi, We are trying to migrate a very old application on Zope 2.9, first we thought to migrate