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

NAME

Data::Downloader::DB

DESCRIPTION

Controls the location of the data downloader cache database.

The database file is located in $HOME/.data_downloader.db by default. This may be overridden by setting the DATA_DOWNLOADER_DATABASE environment variable.

METHODS

dbi_connect

Override to use connect_cached and do sqlite-specific setup.

simple

Returns a DBIx::Simple object, for when the ORM is not enough.

SEE ALSO

Rose::DB

Data::Downloader