| Mysql class works like php [message #15139] |
Thu, 04 October 2007 19:09  |
Andrey Messages: 2 Registered: September 2007 |
Junior Member |
|
|
Hi
just a quick question about using MySQL module... are there any api / class
available to give a higher level in working with Mysql in python?
such as
db.fetch_array(),
db.fetch_rows(),
db.query(),
for eachrow in db.fetch_array():
xxxx
just as easy as PHP?
I think someone might already done this, so i dont have to re-invent the
wheel, but i have no luck in google, so wondering if anyone might know such
thing exists...
thanks
Andrey
|
|
|
|
|
|
|