| Swarmage documentation | view source | Contained in the Swarmage distribution. |
Swarmage::Queue::DBI - DBI Based Queue For Swarmage
# To use from POE:
use Swarmage::Queue::DBI;
use Swarmage::Queue::DBI::Generic;
my $queue = Swarmage::Queue::DBI::Generic->new(
connect_info => [
'dbi:Pg:dbname=swarmage',
$username,
$password,
{ RaiseError => 1, AutoCommit => 1 }
]
);
| Swarmage documentation | view source | Contained in the Swarmage distribution. |