On Wed, Sep 2, 2009 at 4:35 PM, David Fetter<da...@fetter.org> wrote:

> Hibernate has the very nice feature of being able to get out of your
> way.  Properly used, it can keep completely out of the business of
> making (wrong) guesses based on DDL, which is what ORMs often do.
> DBIx::Class <http://search.cpan.org/dist/DBIx-Class/> has gone a long
> way in the right direction.
>
> Ones which (attempt to) dictate decisions about DDL are just off the
> map. :P

David, do you know how well these kinds of ORMs work when it come to
mapping  non-trivial schema designs?  For example, how would these
work when creating a mapping for the multiple inheritance design that
you've blogged about earlier?


-- 
Regards,
Richard Broersma Jr.

Visit the Los Angeles PostgreSQL Users Group (LAPUG)
http://pugs.postgresql.org/lapug

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to