I apologize if this is the wrong place to ask this question.

I would like to store and retrieve JSON objects from a database, the
JSON object holds a list of menu items for my site. What would be the
best way to achieve this?

1. Convert the JSON object to Python code using simplejson, pickle the
result and store in a binary field?
2. Store the JSON object as a string in a string field?


Thanks


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to