Provided by: libbot-basicbot-pluggable-perl_0.98-2_all 

NAME
Bot::BasicBot::Pluggable::Store::DBI - use DBI to provide a storage backend
VERSION
version 0.98
SYNOPSIS
my $store = Bot::BasicBot::Pluggable::Store::DBI->new(
dsn => "dbi:mysql:bot",
user => "user",
password => "password",
table => "brane",
# create indexes on key/values?
create_index => 1,
);
$store->set( "namespace", "key", "value" );
DESCRIPTION
This is a Bot::BasicBot::Pluggable::Store that uses a database to store the values set by modules.
Complex values are stored using Storable.
AUTHOR
Mario Domgoergen <mdom@cpan.org>
This program is free software; you can redistribute it and/or modify it under the same terms as Perl
itself.
perl v5.20.2 2015-06-02 Bot::BasicBot::...ble::Store::DBI(3pm)