NAME

DBIO::Manual - Index of the Manual

VERSION

version 0.900000

DESCRIPTION

This is the DBIO users manual. DBIO 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

DBIO::Manual::FAQ

Short answers and doc pointers to questions.

DBIO::Manual::Glossary

Explanations of terms used in this documentation.

DBIO::Manual::Intro

Beginner guide to using DBIO.

DBIO::Manual::Example

An example of slightly more complex usage.

DBIO::Manual::Joining

How to translate known SQL JOINs into DBIO-ish.

DBIO::Manual::Cookbook

Convenient recipes for DBIO usage.

DBIO::Manual::Reading

How to read (and write) the reference documentation.

DBIO::Manual::DocMap

Lists of modules by task to help you find the correct document.

DBIO::Manual::Troubleshooting

Got trouble? Let us shoot it for you.

DBIO::Manual::Migration

Step-by-step guide for migrating an existing DBIx::Class codebase to DBIO.

DBIO::Manual::Component

Existing components, and documentation and example on how to develop new ones.

AUTHOR

DBIO & DBIx::Class Authors

COPYRIGHT AND LICENSE

Copyright (C) 2026 DBIO Authors Portions Copyright (C) 2005-2025 DBIx::Class Authors Based on DBIx::Class, heavily modified.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.