Jump to content

DBIx::Class

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by AnomieBOT (talk | contribs) at 07:21, 5 April 2016 (Dating maintenance tags: {{Notability}}). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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.

See also