NAME
auto-dia.pl - Automatically create a diagram from a database schema
SYNOPSIS
./auto-dia.pl -d|--db=db_parser [options] schema.sql
Options:
-o|--output Output file name (default STDOUT)
-i|--image Output image type (default PNG)
-t|--title Title to give schema
-c|--cols Number of columns
-n|--no-lines Don't draw lines
-s|--skip Fields to skip in natural joins
--join-pk-only Perform natural joins from primary keys only
DESCRIPTION
This script will create a picture of your schema. Only the database driver argument (for SQL::Translator) is required. If no output file name is given, then image will be printed to STDOUT, so you should redirect the output into a file.
AUTHOR
Ken Y. Clark <kclark@cpan.org>