Download MySQL for Python for free. MySQL database connector for Python programming. MySQLdb is a Python DB API-2.0-compliant interface; see PEP-249 for details.
Peter Moscatt wrote:
[color=blue]
>Will Python work with any of the databases like MySQL... ?
>
>Pete
>
>[/color]
_______________ _______________ _________
In article <4011bcd6$0$405 1$afc38c87@news .optusnet.com.a u>, Peter Moscatt
wrote:
[color=blue]
> Will Python work with any of the databases like MySQL... ?[/color]
Yes, very nicely indeed. You can use mysqldb or one of the
object-relational mappers that support mysql, like sqlobject or middlekit.
Comment