in reply to Re: object-relational Perl programming: best practice or compromise?
in thread object-relational Perl programming: best practice or compromise?
DBIx::RecordSet, by contrast, uses a procedural interface, encourages the use of typeglobs and has no test suite (its "test.pl" does not count.)I think you should look at the size and comprehensiveness of test.pl. It is not missing anything that the module documents as functionality --- I know, I maintained the module for one cycle. Further, you do not have to use typeglobs with Recordset... see the docs for detail. And finally, a procedural interface means that all of your object modelling and conceptualization is in one place and one place only: the database.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: object-relational Perl programming: best practice or compromise?
by Ovid (Cardinal) on Oct 26, 2004 at 19:23 UTC |