in reply to Re: object-relational Perl programming: best practice or compromise?
in thread object-relational Perl programming: best practice or compromise?
The Class::DBI module commits what C.J. Date calls the First Great Blunder, attempting to equate objects with rows in a relational table. Date advocates using objects only for user-defined types (things like geographical shapes), confined to single column types instead of row types.
|
|---|