3 DBIx::Class::Manual- Index of the Manual
7 This is the L<DBIx::Class> users manual. DBIx::Class is a SQL->OOP mapper.
8 This means that it can represent your SQL tables as perl classes, and give
9 you convenient accessors and methods for retrieving and updating information
10 from your SQL database.
16 =item L<DBIx::Class::Manual::Intro>
18 A beginner's introduction to using the native DBIx::Class interface
20 =item L<DBIx::Class::Manual::Cookbook>
22 Convenient reciepes for DBIC usage.
24 =item L<DBIx::Class::Manual::FAQ>
26 Frequently asked questions about DBIC.
28 =item L<DBIx::Class::Manual::Troubleshooting>
30 Got trouble? Let us shoot it for you.
34 If you're using the CDBI Compat layer, we suggest reading the L<Class::DBI>
35 documentation. It should behave the same way.