Restore ability to handle underdefined root (t/prefetch/incomplete.t)
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Manual.pod
1 =head1 NAME
2
3 DBIx::Class::Manual - Index of the Manual
4
5 =head1 DESCRIPTION
6
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.
11
12 =head1 SECTIONS
13
14 =head2 L<DBIx::Class::Manual::FAQ>
15
16 Short answers and doc pointers to questions.
17
18 =head2 L<DBIx::Class::Manual::Glossary>
19
20 Explanations of terms used in this documentation.
21
22 =head2 L<DBIx::Class::Manual::Intro>
23
24 Beginner guide to using DBIx::Class.
25
26 =head2 L<DBIx::Class::Manual::Example>
27
28 An example of slightly more complex usage.
29
30 =head2 L<DBIx::Class::Manual::Joining>
31
32 How to translate known SQL JOINs into DBIx-Class-ish.
33
34 =head2 L<DBIx::Class::Manual::Cookbook>
35
36 Convenient recipes for DBIC usage.
37
38 =head2 L<DBIx::Class::Manual::Reading>
39
40 How to read (and write) the reference documentation.
41
42 =head2 L<DBIx::Class::Manual::DocMap>
43
44 Lists of modules by task to help you find the correct document.
45
46 =head2 L<DBIx::Class::Manual::Troubleshooting>
47
48 Got trouble? Let us shoot it for you.
49
50 If you're using the CDBI Compat layer, we suggest reading the L<Class::DBI>
51 documentation. It should behave the same way.
52
53 =head2 L<DBIx::Class::Manual::Component>
54
55 Existing components, and documentation and example on how to
56 develop new ones.
57
58 =cut
59