EnhancedObject: Yet Another Python ORM (an RFC)

Bruno Desthuilliers onurb at xiludom.gro
Wed Jul 5 12:14:29 EDT 2006


eduardo.padoan at gmail.com wrote:
> I have some ideas about a ORM design, but have no time to start its
> development.
> I used SQLObject, Django's Model, and looked at SQLAlchemy and Dejavu,
> an readed some thread in the last year or so.

Wouldn't it be better to try and make the relationel model directly
available into Python (which SQLAlchemy somewhat try to do AFAICT)
instead on insisting on 'domain-object'<->RDBMS tuple mapping ?

my 2 cents...

(snip)

-- 
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'onurb at xiludom.gro'.split('@')])"



More information about the Python-list mailing list