From: Jess Robinson Date: Sat, 1 Apr 2006 21:28:34 +0000 (+0000) Subject: New doc X-Git-Tag: v0.06001~13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=550a5cb0355ab53c8bf16be8bdca290b2858b4dd New doc --- diff --git a/lib/DBIx/Class/Manual/DocMap.pod b/lib/DBIx/Class/Manual/DocMap.pod new file mode 100644 index 0000000..86a6050 --- /dev/null +++ b/lib/DBIx/Class/Manual/DocMap.pod @@ -0,0 +1,64 @@ +=head1 NAME DBIx::Class::Manual::DocMap - What documentation do we have? + +=head1 Manuals + +=over 4 + +=item L - User's Manual overview. + +=item L - Introduction to setting up and using DBIx::Class. + +=item L - Full example Schema. + +=item L - Various short recipes on how to do things. + +=item L - What to do if things go wrong (diagnostics of known error messages). + +=item L - How to write your own DBIx::Class components. + +=item L - What do all those terms mean? + +=back + +=head1 Setting up + +=over 4 + +=item L - Overall schemas, and connection container. + +=item L - Source/Table definition functions. + +=item L - Simple relationships. + +=item L - Relationship details. + +=item L - Magically retrieve auto-incrementing fields. + +=item L - Set of standard components. + +=item L - ? + +=item L - Making objects out of your columns. + +=item L - Dealing with primary keys. + +=item L - Turns the resultsource into a table. + +=item L - Accessor grouping. + + +=back + +=head1 Retrieving and creating data + +=over 4 + +=item L - Selecting and manipulating sets. + +=item L - Dealing with actual data. + +=item L - Virtual methods for all storage types. + +=item L - Storage using L and L. + +=back \ No newline at end of file