Changes for version 0.05 - 2008-04-18

  • Fey::Object::Table called a method on Fey::Meta::Class::Table without loading it, which could cause problems in some cases.
  • Moved exceptions to Fey::ORM::Exceptions so you can use them in your classes, notably the NoSuchRow exception.
  • Made Fey::Object::Table and Fey::Object::Schema extend MooseX::Object::StrictConstructor rather than Moose::Object.

Documentation

Fey::ORM Manual Index
Introduction to Fey::ORM

Modules

A hash where the keys are sets of Fey::Column objects
A metaclass for schema classes
A metaclass for table classes
A Fey-based ORM
Defines exceptions used for Fey::ORM
Provides sugar for schema-based classes
Provides sugar for table-based classes
Wraps a DBI statement handle to construct objects from the results
A caching subclass of Fey::Object::Iterator
Base class for schema-based objects
Base class for table-based objects

Provides

in lib/Fey/Meta/Method/Constructor.pm

Examples