On Tue, 06 Nov 2007 12:58:02 +0100, Wolfgang Keller <[EMAIL PROTECTED]> 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to