NAME
DBIx::Class::Manual - Index of the Manual
DESCRIPTION
This is the 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.
SECTIONS
DBIx::Class::Manual::Intro
Beginner guide to using DBIx::Class.
DBIx::Class::Manual::Example
An example of slightly more complex usage.
DBIx::Class::Manual::Cookbook
Convenient recipes for DBIC usage.
DBIx::Class::Manual::DocMap
Lists of modules by task to help you find the correct document.
DBIx::Class::Manual::Troubleshooting
Got trouble? Let us shoot it for you.
If you're using the CDBI Compat layer, we suggest reading the Class::DBI documentation. It should behave the same way.
DBIx::Class::Manual::Component
Existing components, and documentation and example on how to develop new ones.