DBIx::Class

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

External links

This article is issued from Wikipedia - version of the 4/5/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.