Commit | Line | Data |
7e2d47fc |
1 | =head1 NAME |
2 | |
3 | DBIx::Class::Manual::DocMap - What documentation do we have? |
550a5cb0 |
4 | |
5 | =head1 Manuals |
6 | |
7 | =over 4 |
8 | |
9 | =item L<DBIx::Class::Manual> - User's Manual overview. |
10 | |
11 | =item L<DBIx::Class::Manual::Intro> - Introduction to setting up and using DBIx::Class. |
12 | |
13 | =item L<DBIx::Class::Manual::Example> - Full example Schema. |
14 | |
54e4be92 |
15 | =item L<DBIx::Class::Manual::SQLHackers> - How to use DBIx::Class if you know SQL (external, available on CPAN) |
33eafbfd |
16 | |
17 | =item L<DBIx::Class::Manual::Glossary> - What do all those terms mean? |
18 | |
550a5cb0 |
19 | =item L<DBIx::Class::Manual::Cookbook> - Various short recipes on how to do things. |
20 | |
33eafbfd |
21 | =item L<DBIx::Class::Manual::FAQ> - Frequently Asked Questions, gathered from IRC and the mailing list. |
22 | |
550a5cb0 |
23 | =item L<DBIx::Class::Manual::Troubleshooting> - What to do if things go wrong (diagnostics of known error messages). |
24 | |
550a5cb0 |
25 | =back |
26 | |
54e4be92 |
27 | =head1 Some essential reference documentation |
550a5cb0 |
28 | |
29 | =over 4 |
30 | |
54e4be92 |
31 | =item L<DBIx::Class::$resultclass (normally based on DBIx::Class::Core)|DBIx::Class::Manual::ResultClass> - Representing a single result (row) from a DB query |
2ac88e5a |
32 | |
54e4be92 |
33 | =item L<DBIx::Class::ResultSet> - Selecting and manipulating sets. |
550a5cb0 |
34 | |
54e4be92 |
35 | =item L<DBIx::Class::ResultSetColumn> - Perform operations on a single column of a ResultSet. |
550a5cb0 |
36 | |
54e4be92 |
37 | =item L<DBIx::Class::ResultSource> - Source/Table definition functions. |
550a5cb0 |
38 | |
54e4be92 |
39 | =item L<DBIx::Class::Schema> - Overall sourcess, and connection container. |
2ac88e5a |
40 | |
54e4be92 |
41 | =item L<DBIx::Class::Relationship> - Simple relationship declarations. |
550a5cb0 |
42 | |
54e4be92 |
43 | =item L<DBIx::Class::Relationship::Base> - Relationship declaration details. |
85f78622 |
44 | |
54e4be92 |
45 | =item L<DBIx::Class::InflateColumn> - Making objects out of your column values. |
550a5cb0 |
46 | |
7e2d47fc |
47 | =back |