NAME

Egg::Model::DBIC::Schema - Base class for Schema module for Egg.

SYNOPSIS

package MyApp::Model::DBIC::MySchema;
use strict;
use base qw/ Egg::Model::DBIC::Schema /;

.....
..

1;

DESCRIPTION

This module has succeeded to DBIx::Class::Schema and Egg::Base.

SEE ALSO

DBIx::Class, DBIx::Class::Schema, Egg::Model::DBIC, Egg::Helper::Model::DBIC, Egg::Release,

AUTHOR

Masatoshi Mizuno, <lushe@cpan.org>

COPYRIGHT

Copyright (C) 2007 by Bee Flag, Corp. <http://egg.bomcity.com/>, All Rights Reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.