Pythonic ORM with support for composite primary/foreign keys?

Jean-Paul Calderone exarkun at divmod.com
Tue Nov 6 09:54:06 EST 2007


On Tue, 06 Nov 2007 12:58:02 +0100, Wolfgang Keller <feliphil at gmx.net> wrote:
>Hello,
>
> [snip]
>
>So, is there another ORM module for Python besides SQLAlchemy which
>supports composite porimary (and foreign) keys, and maybe also other
>more "advanced", maybe even some of the PostgreSQL-specific features
>(such as e.g. composite types)?

storm supports composite primary keys.  I'm not sure if it supports
composite foreign keys, but I suspect it does.  It's also pretty good
overall.

Jean-Paul



More information about the Python-list mailing list