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 - [EMAIL PROTECTED] - http://smontanaro.dyndns.org/
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to