Download List

项目描述

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 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.

2013-02-02 16:37
9.4

文本格式选项现在都光荣 GraphViz 点输出中。
标签: Graph, Diagram
Text formatting options are now honored in GraphViz dot output.

2012-11-19 04:23
9.3.2

现在输出 JSON 荣誉表中的列、 外键、 索引和常规参数的排序选项。
标签: JSON
JSON output now honors sorting options for table columns, foreign keys, indexes, and routine parameters.

2012-11-05 05:16
9.3.1

用于生成的数据库关系图在 Linux 上修复错误。
A bugfix for generating database diagrams on Linux.

2012-11-01 13:41
9.3

弱协会返回排序。SchemaCrawler 允许您为指定附加命令行选项 GraphViz,使用 Java 系统属性、 SC_GRAPHVIZ_OPTS 或一个环境变量具有相同的名称。
标签: graphviz
Weak associations are returned sorted. SchemaCrawler allows you to specify additional command-line options for GraphViz, using either a Java system property, SC_GRAPHVIZ_OPTS, or an environment variable with the same name.

2012-10-22 09:29
9.2

Windows 脚本、 sc.cmd、 工程。此版本有更好的 SQLite,包括最新的数据库驱动程序,支持报告的外键和视图的定义。对数据库对象的 gettype () 方法不推荐使用。
标签: SQLite
The Windows script, sc.cmd, works. This release has better support for SQLite, including the latest database driver, reporting of foreign keys, and view definitions.The getType() method on database objects is deprecated.

Project Resources