DBIx::Class::Manual::DocMap - What documentation do we have?
The first two list items are the most important.
The DSL (mini-language) for query composition is only partially explained there, see "WHERE CLAUSES" in SQL::Abstract::Classic for the complete details.
$schema
::Result::$resultclass
- Classes representing a single result (row) from a DB query.Such classes normally subclass DBIx::Class::Core, the methods inherited from DBIx::Class::Row and DBIx::Class::Relationship::Base are used most often.
Check the list of additional DBIC resources.
This module is free software copyright by the DBIx::Class (DBIC) authors. You can redistribute it and/or modify it under the same terms as the DBIx::Class library.