Download List

Project Description

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-02-04 12:06 Back to release list
8.0

This release changes the organization of the database metadata slightly, by dropping the Catalog object. Databases now directly contain schemas. The –catalogs command line switch has been dropped as well. The tools use a command registry, which allows for pluggable commands. This simplifies the use of integrations such as JavaScript, templating, and graphing. Integrations also become available in the bundled distributions. The new -infolevel command line switch controls the amount of database metadata retrieved by SchemaCrawler, and allows for finer control of the output.

Project Resources