Scroll to navigation

DBIx::Class::Manual::DocMap(3pm) User Contributed Perl Documentation DBIx::Class::Manual::DocMap(3pm)

NAME

DBIx::Class::Manual::DocMap - What documentation do we have?

Manuals

Some essential reference documentation

The first two list items are the most important.

"search" in DBIx::Class::ResultSet - Selecting and manipulating sets.
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.

FURTHER QUESTIONS?

Check the list of additional DBIC resources.

COPYRIGHT AND LICENSE

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.

2022-05-21 perl v5.34.0