NAME POE::Component::MDBA::Backend::DBIC - DBIx::Class Backend SYNOPSIS use POE qw(Component::MDBA); POE::Component::MDBA->spawn( alias => $alias, backend => 'DBIC', backend_args => [ { schema => $schema1 }, { schema => $schema2 } ] ); # else where in your code... POE::Kernel->post($alias, 'execute', { args => [ ... list method arguments ... ] }); DESCRIPTION This module allows you simple access t
{{#tags}}- {{label}}
{{/tags}}