NAME

ResourcePool::Resource::Alzabo - A ResourcePool wrapper for Alzabo

SYNOPSIS

use ResourcePool::Resource::Alzabo;

my $resource =  ResourcePool::Resource::Alzabo->new(
                       $schema_name,
                       $data_source,
                       $username,
                       $auth,
                       \%attr);

DESCRIPTION

This class is used by the ResourcePool internally to load the Alzabo::Runtime::Schema object and associate it with DBI connections. Its called by the corresponding ResourcePool::Factory::Alzabo object which passes the parameters needed to load the schema and establish the DBI connection.

The connection management is inherited from ResourcePool::Resource::DBI.

SEE ALSO

DBI, ResourcePool, ResourcePool::Resource, ResourcePool::Resource::DBI ResourcePool::Factory::Alzabo

AUTHOR

Copyright (C) 2004 by Texas A&M University <jsmith@cpan.org>

Based on ResourcePool::Resource::DBI

Copyright (C) 2001-2003 by Markus Winand <mws@fatalmind.com>

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.