logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Yuval Kogman <nothingmuch@woobling.org>

Description

       DBIx::Class::Row objects are resolved symbolically using the special ID format:

           dbic:row:$json

       The $json string is a serialization of:

           [ $result_source_name, @primary_key_values ]

       The row objects are not actually written to the KiokuDB storage, as they are already present in the other
       tables.

       Looking up an object with such an ID is a dynamic lookup that delegates to the DBIx::Class::Schema and
       resultsets.

Name

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

Version

       version 1.23

See Also