Provided by: libkiokudb-backend-dbi-perl_1.23-1_all bug

NAME

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

VERSION

       version 1.23

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.

AUTHOR

       Yuval Kogman <nothingmuch@woobling.org>

COPYRIGHT AND LICENSE

       This software is copyright (c) 2014 by Yuval Kogman, Infinity Interactive.

       This is free software; you can redistribute it and/or modify it under the same terms as
       the Perl 5 programming language system itself.