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