1DBIx::Class::Manual(3)User Contributed Perl DocumentationDBIx::Class::Manual(3)
2
3
4
6 DBIx::Class::Manual - Index of the Manual
7
9 This is the DBIx::Class users manual. DBIx::Class is a SQL->OOP mapper.
10 This means that it can represent your SQL tables as perl classes, and
11 give you convenient accessors and methods for retrieving and updating
12 information from your SQL database.
13
15 DBIx::Class::Manual::FAQ
16 Short answers and doc pointers to questions.
17
18 DBIx::Class::Manual::Glossary
19 Explanations of terms used in this documentation.
20
21 DBIx::Class::Manual::Intro
22 Beginner guide to using DBIx::Class.
23
24 DBIx::Class::Manual::Example
25 An example of slightly more complex usage.
26
27 DBIx::Class::Manual::Joining
28 How to translate known SQL JOINs into DBIx-Class-ish.
29
30 DBIx::Class::Manual::Cookbook
31 Convenient recipes for DBIC usage.
32
33 DBIx::Class::Manual::Reading
34 How to read (and write) the reference documentation.
35
36 DBIx::Class::Manual::DocMap
37 Lists of modules by task to help you find the correct document.
38
39 DBIx::Class::Manual::Troubleshooting
40 Got trouble? Let us shoot it for you.
41
42 If you're using the CDBI Compat layer, we suggest reading the
43 Class::DBI documentation. It should behave the same way.
44
45 DBIx::Class::Manual::Component
46 Existing components, and documentation and example on how to develop
47 new ones.
48
50 Check the list of additional DBIC resources.
51
53 This module is free software copyright by the DBIx::Class (DBIC)
54 authors. You can redistribute it and/or modify it under the same terms
55 as the DBIx::Class library.
56
57
58
59perl v5.38.0 2023-07-20 DBIx::Class::Manual(3)