The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

KiokuDB::TypeMap::Entry::DBIC::ResultSourceHandle - KiokuDB::TypeMap::Entry for DBIx::Class::ResultSourceHandle objects.

DESCRIPTION

This tyepmap entry resolves result source handles symbolically by name.

References to the handle receive a special ID in the form:

    dbic:schema:rs:$name

and are not actually written to storage.

Looking up such an ID causes the backend to dynamically search for such a resultset in the DBIx::Class::Schema.