Table of Contents

DBD::SQLite

DBD::SQLite is a software module available on Comet.

DBD::SQLite overview

To access DBD::SQLite on Comet, run module load DBD::SQLite. This will load the default version of DBD::SQLite.

An overview of the module information is shown below (module -r spider ^DBD::SQLite$):

DBD::SQLite:
     Versions:
        DBD::SQLite/1.66 (E)
        DBD::SQLite/1.70 (E)
        DBD::SQLite/1.72 (E)
        DBD::SQLite/1.74 (E)

Names marked by a trailing (E) are extensions provided by another module.

  For detailed information about a specific "DBD::SQLite" package (including how to load the modules) use the module's full name.
  Note that names that have a trailing (E) are extensions provided by other modules.
  For example:

     $ module spider DBD::SQLite/1.74

If there are multiple versions of DBD::SQLite listed, then you can load a specific version as follows:

$ module load DBD::SQLite/version_string

You can find the most up to date information whilst logged on to Comet by running module -r spider ^DBD::SQLite$.


DBD::SQLite Help

The module DBD::SQLite has the following embedded help text (module help DBD::SQLite):

Lmod Warning: Failed to find the following module(s): "DBD::SQLite" in your MODULEPATH
Try:

    $ module spider DBD::SQLite

to see if the module(s) are available across all compilers and MPI implementations.


DBD::SQLite Dependencies

There are no dependencies listed for DBD::SQLite


Back to software