merge resultset branch through revision 378
[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::Intro>
15
16 A beginner's introduction to using the native DBIx::Class interface
17
18 =head2 L<DBIx::Class::Manual::Cookbook>
19
20 Convenient reciepes for DBIC usage.
21
22 =head2 L<DBIx::Class::Manual::FAQ>
23
24 Frequently asked questions about DBIC.
25
26 =head2 L<DBIx::Class::Manual::Troubleshooting>
27
28 Got trouble? Let us shoot it for you.
29
30 If you're using the CDBI Compat layer, we suggest reading the L<Class::DBI>
31 documentation. It should behave the same way.
32
33 =cut
34