blob: 78b9cda25230b98bd19ede78e190aada330919e6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
This perl module constructs a graph for a database showing tables and
connecting them if they are related. While or after constructing the
object, pass an open database handle, then call `graph_tables' to
determine database metadata and construct a GraphViz graph from the
table and field information.
WWW: http://search.cpan.org/dist/GraphViz-DBI/
-Anton
<tobez@FreeBSD.org>
|