The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Module::Build::Database::SQLite - SQLite implementation for MBD

SYNOPSIS

 my $builder = Module::Build::Database->new(
    database_type => "SQLite",
    database_options => {
        name   => "my_database_name",
    });

DESCRIPTION

SQLite driver for Module::Build::Database.

METHODS

have_db_cli

Is there a command line interface for sqlite available in the current PATH?

SEE ALSO

See Module::Build::Database.