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


in reply to Terminology: Is DBIx::Class an ORM?

I'd say it is an ORM, but ORM can refer to different architectural flavours, like Active record pattern and Data mapper pattern.

DBIC does support Active record but to a much greater extent is based on Query Object (i.e. DBIx::Class::ResultSet), hence its absurdly high degree of SQL friendliness.