DBIx-DataStore
view release on metacpan or search on metacpan
lib/DBIx/DataStore.pm view on Meta::CPAN
user => 'username',
schemas => ['myschema','public']
}
}
};
my $db = DBIx::DataStore->new({ config => $config });
=head2 Configuring Database Passwords
Because DBIx::DataStore uses the normal DBI/DBD layers underneath, all the
usual methods of locating and presenting database credentials to the
appropriate database server are available. This includes methods such as the
C<.pgpass> file for PostgreSQL and equivalents for other RDBMSes. If your
DBIx::DataStore configuration does not include a C<pass> attribute for a given
database host, these alternate methods will be used as long as they are
properly configured.
=head1 SEE ALSO
L<Data::Page>, L<DBI>, L<YAML::Syck>
( run in 0.242 second using v1.01-cache-2.11-cpan-4d50c553e7e )