Menu

SchemaSpy 1.3.0 released

SchemaSpy lets you graphically click though your database's schema. Ever get dumped on a new project and need to understand the database? If you have then this tool is for you.

Changes in this release include:
- Now has links to the major pages on each page.
- Added lots of diagnostics when to help select an appropriate schema when no tables were found in the specified schema.
- Now makes sure the generated .dot files don't have inappropriate node names (table names).
- Tables with incrementing column names anomaly now gets accurately detected.
- Removed the 'Unreferenced Primary Keys' anomaly...it was controversial and of questionable value.

Detects these anomalies:
- Implied relationships
- Tables without indexes
- 'Nullable' and 'must be unique' columns
- Tables with a single column
- Tables with incrementing column names

Sample output at http://schemaspy.sourceforge.net/sample

Posted by John Currier 2005-06-07

Log in to post a comment.