http://qs321.pair.com?node_id=279853


in reply to Re: Re: Abstracting sql
in thread Abstracting sql

Class::DBI Intro
This is the second time this week I have seen a reference to Class::DBI being used for storing objects this is simply not what it was made for. Class::DBI allows for working with the data as objects, basically one record = one object. It also allows for relationship integrity based on keys at an application level rather then the engine level. As for the performance issue, it would be subjective at best depending on size of project.