Project Management: Graph & Diagram for Visualizing & Analyzi...
Popularity Report
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
|||
![]() |
URL Tag Cloud
Bookmark History
Saved by 1 people (0 private), first by anonymouse user on 2008-02-19
- Pankaj on 2008-02-19 - Tags data , database , databases , documentation , mysql , perl , postgres , postgresql , visualization
Public Sticky notes
use strict;
use warnings;
use DBI;
use GraphViz::DBI;
my $dbh = DBI->connect("DBI:mysql:test", "user", "password");
GraphViz::DBI->new($dbh)->graph_tables->as_jpeg("dbi.jpg");
$dbh->disconnect;
Highlighted by pankaj


Public Comment