mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
dcfe701179
PR: 51796 Approved by: tobez, edwin (mentor)
11 lines
378 B
Plaintext
11 lines
378 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/
|
|
|
|
-Anton
|
|
<tobez@FreeBSD.org>
|