DBIx::Class

Print Print
Reading time 1:3

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

External links

By: Wikipedia.org
Edited: 2021-06-18 14:30:32
Source: Wikipedia.org