DBIx::Class
From Wikipedia, the free encyclopedia
DBIx::Class (often abbreviated as DBIC) is an object–relational mapper for Perl.[1] It is used to map relational database table rows to Perl objects and generates SQL queries transparently to the application developer.[2] It also implements the active record pattern. It is popular in Web application frameworks such as Catalyst and Dancer.