[Catalyst] Choosing the right ORM

John Siracusa siracusa at gmail.com
Mon Nov 28 23:43:49 CET 2005


On 11/28/05, Sam Vilain <sam at vilain.net> wrote:
> DBIx::Class, from what I've seen so far, is probably the best of breed
> for going from a relational database to a set of Perl classes with
> minimal effort.

Have you looked at Rose::DB::Object?  I designed it as a faster,
friendlier, more capable implementation of a traditional approach to
Perl ORM.  When using the loader, the effort is pretty darned minimal.
 (The default set of "rich" column classes helps save work too.)

-John



More information about the Catalyst mailing list