=head1 NAME DBIx::Class::Manual::DocMap - What documentation do we have? =head1 Manuals =over 4 =item L - User's Manual overview. =item L - Up and running with DBIC in 10 minutes. =item L - More detailed introduction to setting up and using DBIx::Class. =item L - How to use DBIx::Class if you know SQL (external, available on CPAN) =item L - Joining tables with DBIx::Class. =item L - A boatload of DBIx::Class features with links to respective documentation. =item L - What do all those terms mean? =item L - Various short recipes on how to do things. =item L - Frequently Asked Questions, gathered from IRC and the mailing list. =item L - What to do if things go wrong (diagnostics of known error messages). =back =head1 Some essential reference documentation The first two list items are the most important. =over 4 =item L - Selecting and manipulating sets. The DSL (mini-language) for query composition is only partially explained there, see L for the complete details. =item L::Result::C<$resultclass>|DBIx::Class::Manual::ResultClass> - Classes representing a single result (row) from a DB query. Such classes normally subclass L, the methods inherited from L and L are used most often. =item L - Perform operations on a single column of a ResultSet. =item L - Source/Table definition functions. =item L - Overall sources, and connection container. =item L - Simple relationship declarations. =item L - Relationship declaration details. =item L - Making objects out of your column values. =back =head1 FURTHER QUESTIONS? Check the list of L. =head1 COPYRIGHT AND LICENSE This module is free software L by the L. You can redistribute it and/or modify it under the same terms as the L.