blob: 395553329ed33a3679ee63ae240c30c54b1eb36b (
plain) (
blame)
1
2
3
4
5
|
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.
|