1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
=head1 NAME
DBIx::Class::Manual - Index of the Manual
=head1 DESCRIPTION
This is the L<DBIx::Class> users manual. DBIx::Class is a SQL->OOP mapper.
This means that it can represent your SQL tables as perl classes, and give
you convenient accessors and methods for retrieving and updating information
from your SQL database.
=head1 SECTIONS
=head2 L<DBIx::Class::Manual::Intro>
Beginner guide to using DBIx::Class.
=head2 L<DBIx::Class::Manual::Example>
An example of slightly more complex usage.
=head2 L<DBIx::Class::Manual::Cookbook>
Convenient recipes for DBIC usage.
=head2 L<DBIx::Class::Manual::DocMap>
Lists of modules by task to help you find the correct document.
=head2 L<DBIx::Class::Manual::Troubleshooting>
Got trouble? Let us shoot it for you.
If you're using the CDBI Compat layer, we suggest reading the L<Class::DBI>
documentation. It should behave the same way.
=head2 L<DBIx::Class::Manual::Component>
Existing components, and documentation and example on how to
develop new ones.
=cut
|