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?