Provided by: libdbix-class-perl_0.082821-1_all bug

NAME

       DBIx::Class::Manual - Index of the Manual

DESCRIPTION

       This is the DBIx::Class users manual. DBIx::Class is a SQL->OOP mapper.  This means that
       it can represent your SQL tables as perl classes, and give you convenient accessors and
       methods for retrieving and updating information from your SQL database.

SECTIONS

   DBIx::Class::Manual::FAQ
       Short answers and doc pointers to questions.

   DBIx::Class::Manual::Glossary
       Explanations of terms used in this documentation.

   DBIx::Class::Manual::Intro
       Beginner guide to using DBIx::Class.

   DBIx::Class::Manual::Example
       An example of slightly more complex usage.

   DBIx::Class::Manual::Joining
       How to translate known SQL JOINs into DBIx-Class-ish.

   DBIx::Class::Manual::Cookbook
       Convenient recipes for DBIC usage.

   DBIx::Class::Manual::Reading
       How to read (and write) the reference documentation.

   DBIx::Class::Manual::DocMap
       Lists of modules by task to help you find the correct document.

   DBIx::Class::Manual::Troubleshooting
       Got trouble? Let us shoot it for you.

       If you're using the CDBI Compat layer, we suggest reading the Class::DBI documentation. It
       should behave the same way.

   DBIx::Class::Manual::Component
       Existing components, and documentation and example on how to develop new ones.

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.