Manpage logo

CPAN::SQLite::DBI - DBI information for the CPAN::SQLite database

NAME  VERSION  DESCRIPTION  SEE ALSO 

NAME

CPAN::SQLite::DBI − DBI information for the CPAN::SQLite database

VERSION

version 0.220

DESCRIPTION

This module is used by CPAN::SQLite::Index and CPAN::SQLite::Search to set up some basic database information. It exports two variables:
$tables

This is a hash reference whose keys are the table names, with corresponding values being hash references whose keys are the columns of the table and values being the associated data types.

$dbh

This is a DBI database handle used to connect to the database.

The main method of this module is "make", which is used to make the tables of the database.

SEE ALSO

CPAN::SQLite::Index and CPAN::SQLite::Search


Updated 2026-06-01 - jenkler.se | uex.se