Leif K-Brooks <[EMAIL PROTECTED]> schreef: > > I've looked at SQLObject, and it's very nice, but it doesn't > provide certain features I really want, like the ability to store > lists of strings or integers directly in the database (using commas > in a varchar column or something).
What exactly in SQLObject prevents you from doing this? You may have to pack/unpack the list into a comma separated string yourself, but surely the 2 line code function that requires can't be the problem. And SQLObject's support for properties makes this very clean. See: http://www.sqlobject.org/docs/SQLObject.html#adding-magic-attributes-properties Or am I missing something here? Regards, Jan -- http://mail.python.org/mailman/listinfo/python-list