Results 1 to 1 of 1
Thread: SchemaCrawler 9.6
- 03-09-2013, 04:38 AM #1
Senior Member
- Join Date
- Sep 2011
- Posts
- 1,605
- Rep Power
- 3
SchemaCrawler 9.6
SchemaCrawler is a Java API which makes working with database metadata as easy as working with ordinary Java objects. It is also a database schema discovery and comprehension and schema documentation tool. You can search for database schema objects using regular expressions, output the schema and data in a readable text format, and find potential design issues with lint . The output is designed to be diff-ed against other database schemas. SchemaCrawler supports almost any database which has a JDBC driver, but for convenience is bundled with drivers for some commonly-used RDBMS systems. SchemaCrawler works with any operating system which supports Java.
Changes:
There is a new -portablenames command line option to allow for easy comparison between databases by hiding foreign key names, constraint names, trigger names, index, and primary key names, and not showing the fully-qualified table name. Diagram generation on Linux works even when no GraphViz options are supplied. Trigger names show in the JSON output by default. A new configuration variable, schemacrawler.format.hide_trigger_names, suppresses trigger names in all output formats
URL:
SchemaCrawler
Similar Threads
-
SchemaCrawler 9.4
By java software in forum Java SoftwareReplies: 0Last Post: 02-07-2013, 12:09 AM -
SchemaCrawler 8.14
By java software in forum Java SoftwareReplies: 0Last Post: 04-17-2012, 07:10 PM -
SchemaCrawler 8.10
By java software in forum Java SoftwareReplies: 0Last Post: 02-03-2012, 06:14 PM -
SchemaCrawler 8.9
By java software in forum Java SoftwareReplies: 0Last Post: 12-19-2011, 10:38 AM -
SchemaCrawler 5.0
By JavaBean in forum Java SoftwareReplies: 0Last Post: 06-27-2007, 05:13 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks