Solutions for data storage?

Jan Dries jan.dries at dcube-resource.be
Wed Jan 19 02:39:24 EST 2005


Leif K-Brooks <eurleif at ecritters.biz> 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





More information about the Python-list mailing list