When I do someting like
sqlite.cursor.execute(\"SELECT * FROM foo\") result = sqlite.cursor.fetchone()
I think have to remember the order t
Doing this in mysqlDB you just add the following to the connect function call
cursorclass = MySQLdb.cursors.DictCursor