DBIx::Class

From Wikipedia, the free encyclopedia

This is the current revision of this page, as edited by Jlwoodwa (talk | contribs) at 01:21, 27 March 2024 (tag as unref). The present address (URL) is a permanent link to this version.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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[edit]

External links[edit]