Working with databases (ODBC and ORMs) in Python 3.2

Jerry Zhang jerry.scofield at gmail.com
Thu Nov 10 20:54:22 EST 2011


2011/11/11 tkpmep at hotmail.com <tkpmep at 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20111111/cdc65ba7/attachment-0001.html>


More information about the Python-list mailing list