NAME
DBIx::Class::Manual::DocMap - What documentation do we have?
Manuals
- DBIx::Class::Manual - User's Manual overview.
- DBIx::Class::Manual::FAQ - Frequently Asked Questions, gathered from IRC and the mailing list.
- DBIx::Class::Manual::Intro - Introduction to setting up and using DBIx::Class.
- DBIx::Class::Manual::Example - Full example Schema.
- DBIx::Class::Manual::Cookbook - Various short recipes on how to do things.
- DBIx::Class::Manual::Troubleshooting - What to do if things go wrong (diagnostics of known error messages).
- DBIx::Class::Manual::Component - How to write your own DBIx::Class components.
- DBIx::Class::Manual::Glossary - What do all those terms mean?
Setting up
- DBIx::Class::Schema - Overall schemas, and connection container.
- DBIx::Class::ResultSource - Source/Table definition functions.
- DBIx::Class::Relationship - Simple relationships.
- DBIx::Class::Relationship::Base - Relationship details.
- DBIx::Class::PK::Auto - Magically retrieve auto-incrementing fields.
- DBIx::Class::Core - Set of standard components to load.
- DBIx::Class::Serialize::Storable - ?
- DBIx::Class::InflateColumn - Making objects out of your columns.
- DBIx::Class::InflateColumn::DateTime - Magically turn your datetime or timestamp columns into DateTime objects.
- DBIx::Class::PK - Dealing with primary keys.
- DBIx::Class::ResultSourceProxy::Table - Turns the resultsource into a table.
- DBIx::Class::AccessorGroup - Accessor grouping.
Retrieving and creating data
- DBIx::Class::ResultSet - Selecting and manipulating sets.
- DBIx::Class::ResultSetColumn - Perform operations on entire columns of a ResultSet.
- DBIx::Class::Row - Dealing with actual data.
- DBIx::Class::Storage - Basic Storage stuff.
- DBIx::Class::Storage::DBI - Storage using DBI and SQL::Abstract.