Fey-ORM 0.47 Latest
Kwalitee Issues
No Core Issues.
- meta_yml_declares_perl_version
-
If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.
Modules
Name | Abstract | Version | View |
---|---|---|---|
Fey::Hash::ColumnsKey | A hash where the keys are sets of Fey::Column objects | 0.47 | metacpan |
Fey::Meta::Attribute::FromColumn | An attribute metaclass for column-based attributes | 0.47 | metacpan |
Fey::Meta::Attribute::FromInflator | An attribute metaclass for attributes with an inflator | 0.47 | metacpan |
Fey::Meta::Attribute::FromSelect | An attribute metaclass for SELECT-based attributes | 0.47 | metacpan |
Fey::Meta::Class::Schema | A metaclass for schema classes | 0.47 | metacpan |
Fey::Meta::Class::Table | A metaclass for table classes | 0.47 | metacpan |
Fey::Meta::HasMany::ViaFK | A parent for has-one metaclasses based on a L<Fey::FK> object | 0.47 | metacpan |
Fey::Meta::HasMany::ViaSelect | A parent for has-one metaclasses based on a query object | 0.47 | metacpan |
Fey::Meta::HasOne::ViaFK | A parent for has-one metaclasses based on a L<Fey::FK> object | 0.47 | metacpan |
Fey::Meta::HasOne::ViaSelect | A parent for has-one metaclasses based on a query object | 0.47 | metacpan |
Fey::Meta::Method::Constructor | 0.47 | metacpan | |
Fey::Meta::Method::FromSelect | A method metaclass for SELECT-based methods | 0.47 | metacpan |
Fey::Meta::Role::FromSelect | 0.47 | metacpan | |
Fey::Meta::Role::Relationship | A shared role for all foreign HasX metaclasses | 0.47 | metacpan |
Fey::Meta::Role::Relationship::HasMany | A role for has-many metaclasses | 0.47 | metacpan |
Fey::Meta::Role::Relationship::HasOne | A role for has-one metaclasses | 0.47 | metacpan |
Fey::Meta::Role::Relationship::ViaFK | 0.47 | metacpan | |
Fey::ORM | A Fey-based ORM (If you like SQL, you might like Fey::ORM) | 0.47 | metacpan |
Fey::ORM::Exceptions | Defines exceptions used for Fey::ORM | 0.47 | metacpan |
Fey::ORM::Policy | Declarative policies for Fey::ORM using classes | 0.47 | metacpan |
Fey::ORM::Role::Iterator | A role for things that iterate over Fey::Object::Table objects | 0.47 | metacpan |
Fey::ORM::Schema | Provides sugar for schema-based classes | 0.47 | metacpan |
Fey::ORM::Table | Provides sugar for table-based classes | 0.47 | metacpan |
Fey::ORM::Types | Types for use in Fey::ORM | 0.47 | metacpan |
Fey::ORM::Types::Internal | Types for use in Fey::ORM | 0.47 | metacpan |
Fey::Object::Iterator::FromArray | An iterator which iterates over an array of objects | 0.47 | metacpan |
Fey::Object::Iterator::FromSelect | Wraps a DBI statement handle to construct objects from the results | 0.47 | metacpan |
Fey::Object::Iterator::FromSelect::Caching | A caching subclass of Fey::Object::Iterator::FromSelect | 0.47 | metacpan |
Fey::Object::Policy | An object representing a specific policy | 0.47 | metacpan |
Fey::Object::Schema | Base class for schema-based objects | 0.47 | metacpan |
Fey::Object::Table | Base class for table-based objects | 0.47 | metacpan |