3 DBIx::Class::Manual - Index of the Manual
7 This is the L<DBIx::Class> users manual. DBIx::Class is a SQL->OOP mapper.
8 This means that it can represent your SQL tables as perl classes, and give
9 you convenient accessors and methods for retrieving and updating information
10 from your SQL database.
14 =head2 L<DBIx::Class::Manual::FAQ>
16 Short answers and doc pointers to questions.
18 =head2 L<DBIx::Class::Manual::Intro>
20 Beginner guide to using DBIx::Class.
22 =head2 L<DBIx::Class::Manual::Example>
24 An example of slightly more complex usage.
26 =head2 L<DBIx::Class::Manual::Joining>
28 How to translate known SQL JOINs into DBIx-Class-ish.
30 =head2 L<DBIx::Class::Manual::Cookbook>
32 Convenient recipes for DBIC usage.
34 =head2 L<DBIx::Class::Manual::DocMap>
36 Lists of modules by task to help you find the correct document.
38 =head2 L<DBIx::Class::Manual::Troubleshooting>
40 Got trouble? Let us shoot it for you.
42 If you're using the CDBI Compat layer, we suggest reading the L<Class::DBI>
43 documentation. It should behave the same way.
45 =head2 L<DBIx::Class::Manual::Component>
47 Existing components, and documentation and example on how to