item => head2 in docs
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Manual.pod
CommitLineData
3b44ccc6 1=head1 NAME
9c82c181 2
4ffcf5e0 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
130c6439 14=head2 L<DBIx::Class::Manual::Intro>
076652e8 15
16A beginner's introduction to using the native DBIx::Class interface
17
130c6439 18=head2 L<DBIx::Class::Manual::Cookbook>
076652e8 19
20Convenient reciepes for DBIC usage.
21
130c6439 22=head2 L<DBIx::Class::Manual::FAQ>
076652e8 23
24Frequently asked questions about DBIC.
25
130c6439 26=head2 L<DBIx::Class::Manual::Troubleshooting>
076652e8 27
28Got trouble? Let us shoot it for you.
29
076652e8 30If you're using the CDBI Compat layer, we suggest reading the L<Class::DBI>
31documentation. It should behave the same way.
32
33=cut
34