mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
7e3b32fff8
Approved by: portmgr Approved by: bapt (mentor)
8 lines
350 B
Plaintext
8 lines
350 B
Plaintext
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/
|