What is DBIx::Class?
DBIC is an extensible and flexible Object/Relational Mapper written in Perl. ORMs speed development, abstract data and make it portable, allow you to represent your business rules through OO code and generate boilerplate code for CRUD operations.
DBIC Features
Just a few of the benefits of DBIC are listed here.
- Write complex SQL queries in Perl code
- Generate classes from your database structure
- Write your classes manually
- Get a DateTime object when you are dealing with a time based column
- Get an Ajax interface to your database — automatically
Getting Started
If you would like to read more about DBIC we reccomend you start with the documentation and join the community.
Supporting Projects
DBIC is an Enlightened Perl Organisation supported project.
