http://www.perlmonks.org?node_id=534929


in reply to Re: Database Accessor Classes
in thread Database Accessor Classes

And don't forget Rose::DB::Object which includes support for lazy loading, caching, and, if memory serves, is the fastest of the DBIx::Class, Class::DBI, and Rose::DB::Object. As an added bonus, there is excellent documentation and Rose::HTML::Object that plays nicely with DB::Objects (although the two are orthogonal and are fine when used separately).

Sean