| Handel-Storage-RDBO documentation | view source | Contained in the Handel-Storage-RDBO distribution. |
Handel::Schema::RDBO::DB - RDBO DB class for the Handel::Storage::RDBO
use Handel::Schema::RDBO::DB;
use strict;
use warnings;
my $db = Handel::Schema::RDBO::DB->new(
domain => 'handel', type => 'bogus'
);
Handel::Schema::RDBO::DB is a generic Rose::DB class for use as the default connections used in Handel::Storage::RDBO classes.
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.
Christopher H. Laco
CPAN ID: CLACO
claco@chrislaco.com
http://today.icantfocus.com/blog/
| Handel-Storage-RDBO documentation | view source | Contained in the Handel-Storage-RDBO distribution. |