=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 - Various short recipes on how to do things. =item L - What to do if things go wrong (diagnostics of known error messages). =item L - How to write your own DBIx::Class components. =item L - What do all those terms mean? =back =head1 Setting up =over 4 =item L - Overall schemas, and connection container. =item L - Source/Table definition functions. =item L - Simple relationships. =item L - Relationship details. =item L - Magically retrieve auto-incrementing fields. =item L - Set of standard components. =item L - ? =item L - Making objects out of your columns. =item L - Dealing with primary keys. =item L - Turns the resultsource into a table. =item L - Accessor grouping. =back =head1 Retrieving and creating data =over 4 =item L - Selecting and manipulating sets. =item L - Dealing with actual data. =item L - Storage using L and L. =back