[EMAIL PROTECTED] 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 '[EMAIL PROTECTED]'.split('@')])"
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to