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 



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to