Autodia::Handler::DBI.pm - AutoDia handler for DBI connections
Contents
Access Methods
$handler->Parse($connection); # where connection includes full or dbi connection string
$handler->output(); # any arguments are ignored.
perl v5.36.0 2022-11-02 Autodia::Handler::DBI(3pm)
Construction Method
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.
Introduction
This module parses the contents of a database through a dbi connection and builds a diagram
%language_handlers = { .. , dbi => "Autodia::Handler::DBI", .. };
Name
Autodia::Handler::DBI.pm - AutoDia handler for DBI connections
