I hate you all.
[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
0a6876f9 18=head2 L<DBIx::Class::Manual::Example>
19
20An example of slightly more complex usage.
21
8091aa91 22=head2 L<DBIx::Class::Manual::Cookbook>
076652e8 23
2ca930b4 24Convenient recipes for DBIC usage.
25
26=head2 L<DBIx::Class::Manual::DocMap>
27
28Lists of modules by task to help you find the correct document.
076652e8 29
8091aa91 30=head2 L<DBIx::Class::Manual::Troubleshooting>
076652e8 31
32Got trouble? Let us shoot it for you.
33
076652e8 34If you're using the CDBI Compat layer, we suggest reading the L<Class::DBI>
35documentation. It should behave the same way.
36
d444f9fa 37=head2 L<DBIx::Class::Manual::Component>
38
4a3c6354 39Existing components, and documentation and example on how to
d444f9fa 40develop new ones.
41
076652e8 42=cut
43