how to pickle objects for database storage?

krishnakant Mane researchbase at gmail.com
Wed Apr 11 14:12:40 EDT 2007


hello,
I have a strange but very interesting requirement?
provided that a database can provide for an object data type like
binary large object (blob), can I store a pickeled python object in
it?
I know oracle has blob and clob and believe that mysql/ postgre sql
has some thing similar to store direct objects?
if not then should a pickeled object wrapped inside a file and then
stored in a database?
regards.
Krishnakant.



More information about the Python-list mailing list