python an sqlite objects

skip at pobox.com skip at pobox.com
Wed Dec 3 11:51:43 EST 2008


    azrael> is it possible to save a python object into a sqlite database as
    azrael> an atribute of type BLOB

Sure.  Just pickle the object and save the resulting string.

-- 
Skip Montanaro - skip at pobox.com - http://smontanaro.dyndns.org/



More information about the Python-list mailing list