Produces text input for Graphviz to make an HTML diagram of a given database.
Usage
# S3 method for class 'database'
gv(x, name = NA_character_, ...)
Details
Each relation in the database is presented as a set of rows, one for each attribute in the relation. These rows include information about the attribute classes.
See also
The generic gv
.