Pythonic ORM with support for composite primary/foreign keys?

Jeff jeffober at gmail.com
Tue Nov 6 09:29:00 EST 2007


Django has a wonderful ORM that can be used separately from the
framework, but it is pretty top-heavy as well.  I'm afraid that size
is the price you pay for abstraction.  Your business logic code
shrinks, but the supporting libraries grow.




More information about the Python-list mailing list