The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.