use MySQLdb or SQLAlchemy (for greater abstraction)
MySQLdb
MySQLdb.cursor.execute() query returns
(when using MySQLdb.cursors.DictCursor)
result[record_index][field][value]
Archived
This page has been archived and will receive no further updates.
use MySQLdb or SQLAlchemy (for greater abstraction)
(when using MySQLdb.cursors.DictCursor)
result[record_index][field][value]