Download of readme.txt (readme.txt ( external link: SF.net): 131 bytes) will begin shortly. If not so, click link on the left.

File Information

File Size
131 bytes
MD5
389d5fd1ae3b2d51287746b96ec5a50c

Projeto Descrição

SchemaCrawler is an open-source Java API that makes working with database metadata as easy as working with plain old Java objects.

SchemaCrawler is also a database schema discovery and comprehension, and schema documentation tool. You can search for database schema objects using regular expressions, and 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 that has a JDBC driver, but for convenience is bundled with drivers for some commonly used RDBMS systems. SchemaCrawler works with any operating system that supports Java.