Nuked FAQ and shifted it the useful bits into Troubleshooting
[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
ba2f7a5f 14=head2 L<DBIx::Class::Manual::SchemaIntro>
15
16Beginner guide to using DBIx::Class with the schema interface. This is the
17recommended way to use DBIx::Class.
18
8091aa91 19=head2 L<DBIx::Class::Manual::Intro>
076652e8 20
ba2f7a5f 21Beginner guide to using DBIx::Class with the older class-based interface.
22This is included for the sake of completeness - you are recommended to
23use the schema-based interface instead.
076652e8 24
8091aa91 25=head2 L<DBIx::Class::Manual::Cookbook>
076652e8 26
27Convenient reciepes for DBIC usage.
28
8091aa91 29=head2 L<DBIx::Class::Manual::FAQ>
076652e8 30
31Frequently asked questions about DBIC.
32
8091aa91 33=head2 L<DBIx::Class::Manual::Troubleshooting>
076652e8 34
35Got trouble? Let us shoot it for you.
36
076652e8 37If you're using the CDBI Compat layer, we suggest reading the L<Class::DBI>
38documentation. It should behave the same way.
39
40=cut
41