App-PhotoDB
view release on metacpan or search on metacpan
lib/App/PhotoDB/commands.pm view on Meta::CPAN
'negsize' => { 'handler' => \&negativesize_add, 'desc' => 'Add a size of negative to the database' },
'process' => { 'handler' => \&process_add, 'desc' => 'Add a new development process to the database' },
'shutterspeed' => { 'handler' => \&shutterspeed_add, 'desc' => 'Add a new shutter speed to the database' },
'shuttertype' => { 'handler' => \&shuttertype_add, 'desc' => 'Add a new type of shutter to the database' },
};
=head2 db
The C<db> command provides a set of subcommands for managing the database backend.
=head3 db backup
Back up the contents of the database
=head3 db logs
Show activity logs from the database
=head3 db stats
Show statistics about database usage
lib/App/PhotoDB/commands.pm view on Meta::CPAN
=head3 db test
Test database connectivity
=head3 db upgrade
Upgrade database to the latest schema
=cut
$handlers{db} = {
'backup' => { 'handler' => \¬implemented, 'desc' => 'Back up the contents of the database' },
'logs' => { 'handler' => \&db_logs, 'desc' => 'Show activity logs from the database' },
'stats' => { 'handler' => \&db_stats, 'desc' => 'Show statistics about database usage' },
'test' => { 'handler' => \&db_test, 'desc' => 'Test database connectivity' },
};
=head2 enlarger
=head3 enlarger add
( run in 1.761 second using v1.01-cache-2.11-cpan-49f99fa48dc )