Pythonic ORM with support for composite primary/foreign keys?

jay graves jaywgraves at gmail.com
Tue Nov 6 09:44:34 EST 2007


On Nov 6, 8:29 am, Jeff <jeffo... at gmail.com> wrote:
> 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.

But the OP specifically asked for composite keys, which Django's ORM
does not support.

...
Jay




More information about the Python-list mailing list