NAME

Handel::Schema::RDBO::DB - RDBO DB class for the Handel::Storage::RDBO

SYNOPSIS

use Handel::Schema::RDBO::DB;
use strict;
use warnings;

my $db = Handel::Schema::RDBO::DB->new(
    domain => 'handel', type => 'bogus'
);

DESCRIPTION

Handel::Schema::RDBO::DB is a generic Rose::DB class for use as the default connections used in Handel::Storage::RDBO classes.

METHODS

get_db

Returns a new pre configured db object. If no connection information is supplied, the connection information will be read from ENV or ModPerl using the configuration options available in the specified config_class. By default, this will be Handel::ConfigReader.

SEE ALSO

Rose::DB

AUTHOR

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