
Mango::Schema - Schema class for Mango

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

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

Creates a new schema instance and uses Mango::Exception to catch all db related errors.

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