gpldoc

Sympa documentation licensed under GPL

NAME

Sympa::Database - Handling databases

SYNOPSIS

use Sympa::Database;

$database = Sympa::Database->new('SQLite', db_name => '...');
    or die 'Cannot connect to database';
$sth = $database->do_prepared_query('SELECT FROM ...', ...)
    or die 'Cannot execute query';
$database->disconnect;

DESCRIPTION

TBD.

Methods

SEE ALSO

Sympa::DatabaseDriver.

HISTORY

Sympa Database Manager (SDM) appeared on Sympa 6.2.


The content of this page is automatically generated from the source distribution of Sympa. For details about this document see original source file.

Theme originally designed by orderedlist