blob: e71921f70394fa7e43d02542c4bc596018d8625c (
plain)
1
2
3
4
5
6
7
|
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: https://metacpan.org/release/GraphViz-DBI
|