merge resultset branch through revision 371
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Manual.pod
CommitLineData
3b44ccc6 1=head1 NAME
9c82c181 2
bfab575a 3DBIx::Class::Manual - Index of the Manual
9c82c181 4
3b44ccc6 5=head1 DESCRIPTION
076652e8 6
7This is the L<DBIx::Class> users manual. DBIx::Class is a SQL->OOP mapper.
8This means that it can represent your SQL tables as perl classes, and give
9you convenient accessors and methods for retrieving and updating information
10from your SQL database.
11
12=head1 SECTIONS
13
14=over 4
15
16=item L<DBIx::Class::Manual::Intro>
17
18A beginner's introduction to using the native DBIx::Class interface
19
20=item L<DBIx::Class::Manual::Cookbook>
21
22Convenient reciepes for DBIC usage.
23
24=item L<DBIx::Class::Manual::FAQ>
25
26Frequently asked questions about DBIC.
27
28=item L<DBIx::Class::Manual::Troubleshooting>
29
30Got trouble? Let us shoot it for you.
31
32=back
33
34If you're using the CDBI Compat layer, we suggest reading the L<Class::DBI>
35documentation. It should behave the same way.
36
37=cut
38