Docs!
[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
8091aa91 14=head2 L<DBIx::Class::Manual::Intro>
076652e8 15
69ba325b 16Beginner guide to using DBIx::Class.
076652e8 17
8091aa91 18=head2 L<DBIx::Class::Manual::Cookbook>
076652e8 19
20Convenient reciepes for DBIC usage.
21
8091aa91 22=head2 L<DBIx::Class::Manual::FAQ>
076652e8 23
24Frequently asked questions about DBIC.
25
8091aa91 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
d444f9fa 33=head2 L<DBIx::Class::Manual::Component>
34
35Listing of existing components, and documentation and example on how to
36develop new ones.
37
076652e8 38=cut
39