On Apr 11, 2012, at 08:42 AM, Jamu Kakar wrote:

>There's also a JSON property that you may want to use instead of
>Pickle.  It's a bit more interoperable, but otherwise very similar to
>Pickle.  You need to store it in a TEXT column, not BYTEA or BLOB, and
>it can only contain data that can be loaded and dumped with json.loads
>and json.dumps.  I haven't needed to rely on it for interoperability,
>but I do like that I can read it when I run manual queries in the psql
>shell.  My decode-Pickle-in-my-head skills are a bit rusty. ;)

Ah, cool!  I didn't know about that one.

-Barry

Attachment: signature.asc
Description: PGP signature

-- 
storm mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/storm

Reply via email to