The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 3.0.13

  • Use DBI's last_insert_id() where available (David Steinbrunner)
  • Cope better with deleting through a might_have (Rob Brown)
  • Allow setting a false value or NULL in a might_have (Brad Bowman)

Modules

Simple Database Abstraction
A value in a column.
Delete related objects
Do not cascade if foreign objects exist
Do nothing upon deletion
A column in a table
Columns and Column Groups
Iterate over Class::DBI search results
Deprecated SQL manager for Class::DBI
base class for Relationships
Simple Class::DBI search
Base class for Class::DBI tests

Provides

in lib/Class/DBI/Query.pm
in lib/Class/DBI/Relationship/HasA.pm
in lib/Class/DBI/Relationship/HasMany.pm
in lib/Class/DBI/Relationship/MightHave.pm
in lib/Class/DBI.pm