Max Maischein > DBIx-DataAudit-0.08 > dbix-audit.pl

Download:
DBIx-DataAudit-0.08.tar.gz

Annotate this POD

CPAN RT

Open  0
Report a bug
Source   Latest Release: DBIx-DataAudit-0.12

NAME ^

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

SYNOPSIS ^

dbix-audit.pl [options] tables traits

Options:

  --format  output format (text or html)
  --dsn     DBI dsn to connect to
  --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).

DESCRIPTION ^

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