DOKK / manpages / debian 12 / libdbix-class-perl / DBIx::Class::Core.3pm.en
DBIx::Class::Core(3pm) User Contributed Perl Documentation DBIx::Class::Core(3pm)

DBIx::Class::Core - Core set of DBIx::Class modules

  # In your result (table) classes
  use base 'DBIx::Class::Core';

This class just inherits from the various modules that make up the DBIx::Class core features. You almost certainly want these.

The core modules currently are:

A better overview of the methods found in a Result class can be found in DBIx::Class::Manual::ResultClass.

Check the list of additional DBIC resources.

This module is free software copyright by the DBIx::Class (DBIC) authors. You can redistribute it and/or modify it under the same terms as the DBIx::Class library.

2022-05-21 perl v5.34.0