-
-
29 May 2013 16:56:53 UTC
- Distribution: DBIx-DataAudit
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (426 / 0 / 0)
- Kwalitee
Bus factor: 1- 20.93% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (12.15KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Class::Accessor
- DBI
- Test::More
- Text::Table
- parent
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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
andtext
(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.
Module Install Instructions
To install DBIx::DataAudit, copy and paste the appropriate command in to your terminal.
cpanm DBIx::DataAudit
perl -MCPAN -e shell install DBIx::DataAudit
For more information on module installation, please visit the detailed CPAN module installation guide.