in reply to Re: Object-relational Recommendations
in thread Object-relational Recommendations

I am definitely interested. While scalability is important, that applies to developer productivity as well as raw performance. Plus, I view it as only one of many considerations. The fastest, easiest to use ORM is useless if it doesn't run on the DBMS I'm using, if it's so buggy that it's unreliable, or if I can't retrofit it to pre-existing schemas.

Cheers,
Ovid

New address of my CGI Course.

  • Comment on Re^2: Object-relational Recommendations

Replies are listed 'Best First'.
Re^3: Object-relational Recommendations
by dragonchild (Archbishop) on Mar 08, 2006 at 20:00 UTC
    Presto won't run on an RDBMS. It runs on DBM::Deep. It will have a query structure, but there will be no SQL anywhere near this thing.

    My criteria for good software:
    1. Does it work?
    2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?