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.
14 =head2 L<DBIx::Class::Manual::SchemaIntro>
16 Beginner guide to using DBIx::Class with the schema interface. This is the
17 recommended way to use DBIx::Class.
19 =head2 L<DBIx::Class::Manual::Intro>
21 Beginner guide to using DBIx::Class with the older class-based interface.
22 This is included for the sake of completeness - you are recommended to
23 use the schema-based interface instead.
25 =head2 L<DBIx::Class::Manual::Cookbook>
27 Convenient reciepes for DBIC usage.
29 =head2 L<DBIx::Class::Manual::FAQ>
31 Frequently asked questions about DBIC.
33 =head2 L<DBIx::Class::Manual::Troubleshooting>
35 Got trouble? Let us shoot it for you.
37 If you're using the CDBI Compat layer, we suggest reading the L<Class::DBI>
38 documentation. It should behave the same way.