
Fey::ORM::Schema - Provides sugar for schema-based classes

package MyApp::Schema; use Fey::ORM::Schema; has_schema ...; no Fey::ORM::Schema;

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.

This package exports the following functions:
Given a Fey::Schema object, this method associates that schema with the calling class.

Dave Rolsky, <autarch@urth.org>

See Fey::ORM for details.

Copyright 2006-2009 Dave Rolsky, All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of the license can be found in the LICENSE file included with this module.