I\'m using sqlite3 in python 2.5. I\'ve created a table that looks like this:
create table votes ( bill text, senator_id text, vote text) <
Sure, make yourself a DictConnection and DictCursor as explained and shown at http://trac.edgewall.org/pysqlite.org-mirror/wiki/PysqliteFactories for example.