logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

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.

Name

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

See Also

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

perl v5.36.0                                       2022-10-30                             CPAN::SQLite::DBI(3pm)

Version

       version 0.220

See Also