The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Fey::ORM"

Fey::ORM - A Fey-based ORM (If you like SQL, you might like Fey::ORM) River stage one • 2 direct dependents • 3 total dependents

Fey::ORM builds on top of other Fey project libraries to create an ORM focused on easy SQL generation. This is an ORM for people who are comfortable with SQL and want to be able to use it with their objects, rather than people who like OO and don't w...

DROLSKY/Fey-ORM-0.47 - 12 Jul 2015 18:37:58 UTC

Fey::ORM::Mock - Mock Fey::ORM based classes so you can test without a DBMS River stage zero No dependents

This class lets you mock a set of "Fey::ORM" based classes. You can seed data for each class's constructor, as well as track all inserts, update, and deletes for each class. This is all done at a higher level than is possible just using "DBD::Mock". ...

DROLSKY/Fey-ORM-Mock-0.06 - 22 Dec 2013 18:10:43 UTC

Fey::ORM::Types - Types for use in Fey::ORM River stage one • 2 direct dependents • 3 total dependents

This module defines a whole bunch of types used by the Fey::ORM core classes. None of these types are documented for external use at the present, though that could change in the future....

DROLSKY/Fey-ORM-0.47 - 12 Jul 2015 18:37:58 UTC

Fey::ORM::Table - Provides sugar for table-based classes River stage one • 2 direct dependents • 3 total dependents

Use this class to associate your class with a table. It exports a number of sugar functions to allow you to define things in a declarative manner....

DROLSKY/Fey-ORM-0.47 - 12 Jul 2015 18:37:58 UTC

Fey::ORM::Schema - Provides sugar for schema-based classes River stage one • 2 direct dependents • 3 total dependents

Use this class to associate your class with a schema. It exports a number of sugar functions to allow you to define things in a declarative manner....

DROLSKY/Fey-ORM-0.47 - 12 Jul 2015 18:37:58 UTC

Fey::ORM::Policy - Declarative policies for Fey::ORM using classes River stage one • 2 direct dependents • 3 total dependents

This module allows you to declare a policy for your Fey::ORM::Table-using classes. A policy can define transform rules which can be applied to matching columns, as well as a naming scheme for has_one and has_many methods. This allows you to spare you...

DROLSKY/Fey-ORM-0.47 - 12 Jul 2015 18:37:58 UTC

Fey::ORM::Exceptions - Defines exceptions used for Fey::ORM River stage one • 2 direct dependents • 3 total dependents

This module defines the exceptions which are used by the core Fey classes....

DROLSKY/Fey-ORM-0.47 - 12 Jul 2015 18:37:58 UTC

Fey::ORM::Mock::Action - Factory and base class for recorded actions River stage zero No dependents

This class acts as a factory and base class for actions which are recorded by the mocking layer....

DROLSKY/Fey-ORM-Mock-0.06 - 22 Dec 2013 18:10:43 UTC

Fey::ORM::Mock::Seeder - Stores seeded data for future object construction River stage zero No dependents

This object is used to store seeded data for constructors. You will probably not need to use this class directly, instead just use "Fey::ORM::Mock->seed_class()"....

DROLSKY/Fey-ORM-Mock-0.06 - 22 Dec 2013 18:10:43 UTC

Fey::ORM::Role::Iterator - A role for things that iterate over Fey::Object::Table objects River stage one • 2 direct dependents • 3 total dependents

This role provides some common methods used by "Fey::Object::Iterator" classes, as well as defining a consistent interface for iterators....

DROLSKY/Fey-ORM-0.47 - 12 Jul 2015 18:37:58 UTC

Fey::ORM::Mock::Recorder - Records the history of changes for a class River stage zero No dependents

This object is used to store a record of the changes for each class....

DROLSKY/Fey-ORM-Mock-0.06 - 22 Dec 2013 18:10:43 UTC

Fey::ORM::Types::Internal - Types for use in Fey::ORM River stage one • 2 direct dependents • 3 total dependents

This module defines a whole bunch of types used by the Fey::ORM core classes. None of these types are documented for external use at the present, though that could change in the future....

DROLSKY/Fey-ORM-0.47 - 12 Jul 2015 18:37:58 UTC

Fey::ORM::Mock::Action::Delete - A record of a deletion River stage zero No dependents

This class represents a record of a call to "delete()" for a "Fey::ORM::Table" based object....

DROLSKY/Fey-ORM-Mock-0.06 - 22 Dec 2013 18:10:43 UTC

Fey::ORM::Mock::Action::Update - A record of an update River stage zero No dependents

This class represents a record of a call to "update()" for a "Fey::ORM::Table" based object....

DROLSKY/Fey-ORM-Mock-0.06 - 22 Dec 2013 18:10:43 UTC

Fey::ORM::Mock::Action::Insert - A record of an insert River stage zero No dependents

This class represents a record of a call to "insert()" for a "Fey::ORM::Table" based object....

DROLSKY/Fey-ORM-Mock-0.06 - 22 Dec 2013 18:10:43 UTC

Catalyst::Authentication::Store::Fey::ORM - A storage class for Catalyst Authentication using Fey::ORM River stage zero No dependents

The Catalyst::Authentication::Store::Fey::ORM class provides access to authentication information stored in a database via Fey::ORM....

KEEDI/Catalyst-Authentication-Store-Fey-ORM-0.001 - 17 Jan 2011 14:07:34 UTC

Catalyst::Authentication::Store::Fey::ORM::User - The backing user class for the Catalyst::Authentication::Store::Fey::ORM storage module. River stage zero No dependents

The Catalyst::Authentication::Store::Fey::ORM::User class implements user storage connected to an underlying Fey::ORM schema object....

KEEDI/Catalyst-Authentication-Store-Fey-ORM-0.001 - 17 Jan 2011 14:07:34 UTC

Fey::Object::Table - Base class for table-based objects River stage one • 2 direct dependents • 3 total dependents

This class is a the base class for all table-based objects. It implements a large amount of the core Fey::ORM functionality, including CRUD (create, update, delete) and loading of data from the DBMS....

DROLSKY/Fey-ORM-0.47 - 12 Jul 2015 18:37:58 UTC

Fey::Object::Schema - Base class for schema-based objects River stage one • 2 direct dependents • 3 total dependents

This class is a the base class for all schema-based objects....

DROLSKY/Fey-ORM-0.47 - 12 Jul 2015 18:37:58 UTC

Fey::Object::Policy - An object representing a specific policy River stage one • 2 direct dependents • 3 total dependents

This class provides the non-sugar half of Fey::ORM::Policy. It's probably not interesting unless you're interested in the guts of how Fey::ORM works....

DROLSKY/Fey-ORM-0.47 - 12 Jul 2015 18:37:58 UTC
44 results (0.029 seconds)