Tool for analyzing and graphing database schemas
SchemaSpy is a Java-based tool that analyzes the metadata of a
schema in a database and generates a visual representation of it in a
browser-displayable format. It lets you click through the hierarchy of
database tables via child and parent table relationships as represented
by both HTML links and entity-relationship diagrams. It's also designed
to help resolve the obtuse errors that a database sometimes gives related
to failures due to constraints.
SchemaSpy uses JDBC's database metadata extraction services to gather the
majority of its information, but has to make vendor-specific SQL queries
to gather some information such as the SQL associated with a view and
the details of check constraints. The differences between vendors have
been isolated to configuration files and are extremely limited. Almost
all of the vendor-specific SQL is optional.
- Links to remote Java:packages / schemaspy
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:mnhauke/schemaspy && cd $_ - Create Badge
Source Files (show merged sources derived from linked package)
| Filename | Size | Changed |
|---|---|---|
| _link | 0000000208 208 Bytes | |
| project.diff | 0000004780 4.67 KB | |
| schemaspy-6.2.4.tar.gz | 0006144085 5.86 MB |
Comments 0