Description
Database tables can be mapped to Perl objects through a flexible ORM. Developers use DBIx::Class to model schemas, relationships, queries, and persistence logic in applications. It can read and write database records according to application code, so migrations and transactions need care.