NAME

Mango::Schema - Schema class for Mango

SYNOPSIS

use Mango::Schema;
my $schema = Mango::Schema->connect;
my $roles = $schema->resultset('Roles')->search;

DESCRIPTION

Mango::Schema is the schema classes used to interact with the database.

AUTHOR

Christopher H. Laco
CPAN ID: CLACO
claco@chrislaco.com
http://today.icantfocus.com/blog/