[Tutor] storing dict objects in in a database through SQLObject

Emily Fortuna emily.fortuna at nist.gov
Mon Jul 3 17:10:51 CEST 2006


Hello all,
I am experiementing in storing Python objects in a SQLite databse using 
SQLOjbect.  I want to store dicts and tuples in the databse, but as far 
as I can tell the only way to do this is to create a PickleCol.  Is 
there some other better way to store this data?  EnumCol?  Would a 
different database interface support this idea better?
Many thanks,
Emily



More information about the Tutor mailing list