SchemaCrawler 5.4 (Default branch) |
|
|
SchemaCrawler is a platform (OS and database)
independent command line tool to output your
database schema and data in a readable form. The output is designed to be diff-ed with previous versions of your database schema. SchemaCrawler is also an API that improves on standard JDBC metadata.
License: GNU Lesser General Public License (LGPL)
Changes:
This release provides JDBC driver metadata, including driver properties. A new command line switch, -schemapattern, is available for specifying schema patterns when a connection is specified from the command line. Object attributes are added automatically from unused columns in the metadata calls.
|