Truly platform-independent DB access in Python?

lbolognini at gmail.com lbolognini at gmail.com
Mon Aug 28 05:02:12 EDT 2006


bobrik wrote:
> I am using the Python DB API for access to MySQL. But it is not
> platform-independent - I need a module not included in Python by
> default - python-mysql, and it uses a compiled binary _mysql.so. So it
> is not platform-independent because for each web-server on different
> platform, I would have to download it and extra compile it specifically
> for that platform. Do you know of any Python solution for MySQL access
> that is 100% platform-independent?

Probably SqlAlchemy 
http://www.sqlalchemy.org/

Lorenzo




More information about the Python-list mailing list