Re: SQLObject or SQLAlchemy?
lazaridis_com wrote:
Then your post is irrelevant since there's a clear indication that the
OP question was about RDBMS integration in Python (hint: SQLObject and
SQLAlchemy both start with 'SQL').
good night.
--
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'onurb@xiludom. gro'.split('@')])"
lazaridis_com wrote:
Ο/Η Bruno Desthuilliers ÎγÏαψε:
>
possibly.
>
but this is not relevant, as the "Persist" case does not deal with
RDBMS.
>
>lazaridis_co m wrote:
>RDBMS are not "persistenc y mechanism", they are data management tools.
>>John Salerno wrote:
>>>Are there any major differences between these two? It seems they can
>>>both be used with TurboGears, and SQLAlchemy with Django. I'm just
>>>wondering what everyone's preference is, and why, and if there are even
>>>more choices for ORM.
>>>>
>>>Thanks.
>>You can review the Persit Case, which will shortly evaluate the stated
>>ORM's:
>>>
>>http://case.lazaridis.com/wiki/Persist
>>>
>>It is possibly of importance to remember some requirements which should
>>be relevant for an persistency mechanism targetting an OO language:
>>>Are there any major differences between these two? It seems they can
>>>both be used with TurboGears, and SQLAlchemy with Django. I'm just
>>>wondering what everyone's preference is, and why, and if there are even
>>>more choices for ORM.
>>>>
>>>Thanks.
>>You can review the Persit Case, which will shortly evaluate the stated
>>ORM's:
>>>
>>http://case.lazaridis.com/wiki/Persist
>>>
>>It is possibly of importance to remember some requirements which should
>>be relevant for an persistency mechanism targetting an OO language:
possibly.
>
but this is not relevant, as the "Persist" case does not deal with
RDBMS.
>
OP question was about RDBMS integration in Python (hint: SQLObject and
SQLAlchemy both start with 'SQL').
good night.
--
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'onurb@xiludom. gro'.split('@')])"
Comment