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

Data::Downloader::DB::Object

Base class for Data::Downloader objects.

Inherits from Rose::DB::Object

METHODS

init_db

Gets the database handle.

as_hash

Dump it as a hash of column name -> value pairs

Arguments: skip_re : a regex of column names to skip

dump

Dump a bunch of info about this object.

The info is printed as YAML to STDOUT.

Arguments: skip_re : a regex of column names to skip

SEE ALSO

Rose::DB::Object