SchemaCrawler 5.5 (Default branch) |
|
|
Wednesday February 27, 2008. 01:00 PM FreshMeat
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:
SchemaCrawler for Microsoft SQL Server shows
details of procedures and triggers. The basic
SchemaCrawler distribution is simple to use for
any database, because all you need to do is add
the database driver. Bug fixes include correctly
reporting an index as unique and correctly
reporting primary key columns.
|