Storing objects in relational database

Bruno Desthuilliers bruno.42.desthuilliers at websiteburo.invalid
Mon May 26 05:28:13 EDT 2008


Ville M. Vainio a écrit :
> "bruno.desthuilliers at gmail.com" <bruno.desthuilliers at gmail.com> writes:
> 
> 
>> I don't know if you'd label it 'elegant', but as far as I'm
>> concerned, storing serialized objects as blobs in a relational
>> database is mostly non-sense. If I use a relational database, it's
>> because it is a *relational* database. If you want an OODB, then we
>> have the ZODB, Durus and a couple others.
> 
> ... not to forget object-relational mappers like SQLAlchemy, SQLObject...

Which are more IMHO another way to "bridge" RBDMS with the programming 
language than a way to persist objects.



More information about the Python-list mailing list