2011/11/11 tkp...@hotmail.com <tkp...@hotmail.com> > We are in the process of trying to decide between Python 2.7 and 3.2 > with a view to making a 5-10 year commitment to the right platform, > and would appreciate some guidance on how best to connect to SQL > databases in 3.2. ceODBC 2.01 provides an ODBC driver for Python 3.2, > does anyone have experience using it? Also, are there any ORMs (object > relational mapper)s that work well with 3,2? > I am in the similar situation as you. I abandon the MySQL + python3.x solution, since translate between fields of tables(SQL table) and objects attributes is destroying my OOP world. I choose the ZODB + python2.x solution, python3.x does not support ZODB yet.
> > Thanks in advance > > Thomas Philips > -- > http://mail.python.org/mailman/listinfo/python-list >
-- http://mail.python.org/mailman/listinfo/python-list