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

NAME

dbix-dataaudit.pl - summary of column values for a table

SYNOPSIS

dbix-audit.pl [options] tables traits

Options:

  --format  output format (text,xls or html)
  --outname name of the output file
  --where   optional where clause
  --dsn     DBI dsn to connect to
  --verbose give verbose progress information
  --help    help message
  --man     full documentation

The tables are a comma-separated list of table names.

The traits are a comma-separated list of trait names.

OPTIONS

--dsn

Gives the DBI DSN

--format FORMAT

Formats the output. Valid values are html and text (default).

--where CLAUSE

Restrict the resultset by a where clause. The given string will be inserted verbatim after a WHERE keyword.

DESCRIPTION

This program is a commandline frontend to DBIx::DataAudit. It will display a short audit of the column values for a table.