help.GraphExecutable.txt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of schemacrawler Show documentation
Show all versions of schemacrawler Show documentation
SchemaCrawler is an open-source Java API that makes working with database metadata as easy as working with plain old Java objects. SchemaCrawler is also a database schema discovery and comprehension, and schema documentation tool. You can search for database schema objects using regular expressions, and output the schema and data in a readable text format. The output is designed to be diff-ed against other database schemas.
--- Command ---
-c=graph (short for -command=graph)
Creates a database diagram using GraphViz
IMPORTANT: GraphViz needs to be installed
http://www.graphviz.org/
--- Output Options ---
-outputformat=
Where is one of bmp, dot, eps, gif, jpg, png, ps2, tiff.
For a complete list GraphViz output formats, see http://www.graphviz.org/
If Graphviz is not installed, a DOT file is produced.
The graph command also supports an HTML output format with an
embedded SVG diagram. Use -outputformat=htmlx to generate this output.
-o= (short for -outputfile=)
is the path to the graph output file
© 2015 - 2025 Weber Informatics LLC | Privacy Policy