Hello,
I want to serialize a python list, which by convention can only contain
strings and save it to mysql database in on column. I was thinking about
an unicode column and an attribute event which just does a str(list) for
saving and a eval(string) for access. I am not sure though if this is a
good method, or if there even is a buildin method.
Thanks for your suggestions!
Sebastian
--
You received this message because you are subscribed to the Google Groups
"sqlalchemy" group.
To post to this group, send email to [email protected].
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.