DBIx::Class
From Wikipedia, the free encyclopedia
|
|
The topic of this article may not meet Wikipedia's general notability guideline. (April 2016) (Learn how and when to remove this template message) |
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]
| This computer-programming-related article is a stub. You can help Wikipedia by expanding it. |