=head1 NAME DBIx::Class::Manual::DocMap - What documentation do we have? =head1 Manuals =over 4 =item L - User's Manual overview. =item L - Introduction to setting up and using DBIx::Class. =item L - Full example Schema. =item L - How to use DBIx::Class if you know SQL (external, available on CPAN) =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. =item L - Representing a single result (row) from a DB query. 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 sourcess, and connection container. =item L - Simple relationship declarations. =item L - Relationship declaration details. =item L - Making objects out of your column values. =back