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::Class - KiokuDB specific metaclass

Author

       Yuval Kogman <nothingmuch@woobling.org>

Description

       This Moose wrapper provides some metaclass extensions in order to more tightly integrate your class with
       KiokuDB.

       Currently only KiokuDB::Meta::Attribute::Lazy is set up (by extending Moose::Meta::Instance with a custom
       role to support it), but in the future indexing, identity, and various optimizations will be supported by
       this.

Name

       KiokuDB::Class - KiokuDB specific metaclass

Synopsis

           package Foo;
           use KiokuDB::Class; # instead of Moose

           has bar => (
               traits => [qw(KiokuDB::Lazy)],
               ...
           );

Version

       version 0.57

See Also