=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). =item L - How to write your own DBIx::Class components. =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 to load. =item L - Making objects out of your columns. =item L - Magically turn your datetime or timestamp columns into DateTime objects. =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 - Perform operations on entire columns of a ResultSet. =item L - Dealing with actual data. =item L - Basic Storage stuff. =item L - Storage using L and L. =back