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

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to