Autodia handler for dbi connections
This module parses the contents of a database through a dbi connection and builds a diagram
%language_handlers = { .. , dbi => \*(L"Autodia::Handler::DBI\*(R", .. };
use Autodia::Handler::DBI;
my $handler = Autodia::Handler::DBI->New(\%Config); This creates a new handler using the Configuration hash to provide rules selected at the command line.
$handler->Parse($connection); # where connection includes full or dbi connection string
$handler->output(); # any arguments are ignored.