Piper Pickling?
Greg Ewing
see_reply_address at something.invalid
Thu Sep 12 21:33:42 EDT 2002
Robert Oschler wrote:
> If Peter Piper pickles a peck of Python packages, can he pack the pickled
> Python peckers in a proper packing place?
>
> Translated: Anybody seen a module that can override the standard pickling
> process and store and retrieve Python objects to a MySQL database?
Well, you can use pickle.dumps() to pickle your objects
into strings, and then store the strings in your database.
Will such suitably squashed SQLed strings satisfy?
--
Greg Ewing, Computer Science Dept,
University of Canterbury,
Christchurch, New Zealand
http://www.cosc.canterbury.ac.nz/~greg
More information about the Python-list
mailing list