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

NAME

DBIx::Class::Wrapper::FactoryBase - A Factory class to inherit from

create

Should create a new object given the parameters.

Should return an iterable set of objects given the parameters.

find

Just return one or zero object given the parameters.