-
-
12 Jul 2015 18:37:58 UTC
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (1)
- Testers (702 / 0 / 0)
- Kwalitee
Bus factor: 1- 62.39% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (78.67KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Class::Load
- Class::MOP::Method::Generated
- Devel::GlobalDestruction
- Exception::Class
- Fey
- Fey::DBIManager
- Fey::Exceptions
- Fey::Literal::Function
- Fey::Placeholder
- Fey::SQL
- Fey::Table
- List::AllUtils
- List::Util
- Moose
- Moose::Exporter
- Moose::Meta::Attribute
- Moose::Meta::Class
- Moose::Meta::Method
- Moose::Meta::Method::Constructor
- Moose::Role
- Moose::Util::MetaRole
- Moose::Util::TypeConstraints
- MooseX::ClassAttribute
- MooseX::Params::Validate
- MooseX::SemiAffordanceAccessor
- MooseX::StrictConstructor
- MooseX::Types
- MooseX::Types::Combine
- MooseX::Types::Moose
- Object::ID
- Scalar::Util
- Sub::Exporter
- Try::Tiny
- base
- namespace::autoclean
- strict
- warnings
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Take me over?
The maintainer of this distribution is looking for someone to take over! If you're interested then please contact them via email.Changes for version 0.47 - 2015-07-12
- Changes in Fey broke has_many() relationships, causing many test failures.
Documentation
Fey::ORM Manual IndexIntroduction to Fey::ORMModules
A hash where the keys are sets of Fey::Column objectsAn attribute metaclass for column-based attributesAn attribute metaclass for attributes with an inflatorAn attribute metaclass for SELECT-based attributesA metaclass for schema classesA metaclass for table classesA parent for has-one metaclasses based on a Fey::FK objectA parent for has-one metaclasses based on a query objectA parent for has-one metaclasses based on a Fey::FK objectA parent for has-one metaclasses based on a query objectA method metaclass for SELECT-based methodsA shared role for all foreign HasX metaclassesA role for has-many metaclassesA role for has-one metaclassesA Fey-based ORM (If you like SQL, you might like Fey::ORM)Defines exceptions used for Fey::ORMDeclarative policies for Fey::ORM using classesA role for things that iterate over Fey::Object::Table objectsProvides sugar for schema-based classesProvides sugar for table-based classesTypes for use in Fey::ORMTypes for use in Fey::ORMAn iterator which iterates over an array of objectsWraps a DBI statement handle to construct objects from the resultsA caching subclass of Fey::Object::Iterator::FromSelectAn object representing a specific policyBase class for schema-based objectsBase class for table-based objectsProvides
in lib/Fey/Meta/Method/Constructor.pmin lib/Fey/Meta/Role/FromSelect.pmin lib/Fey/Meta/Role/Relationship/ViaFK.pmModule Install Instructions
To install Fey::ORM, copy and paste the appropriate command in to your terminal.
cpanm Fey::ORM
perl -MCPAN -e shell install Fey::ORM
For more information on module installation, please visit the detailed CPAN module installation guide.