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

2013-02-02 16:37
9.4

텍스트 서식 옵션은 이제 GraphViz 도트 출력에서 영광 됩니다.
Tags: Graph, Diagram
Text formatting options are now honored in GraphViz dot output.

2012-11-19 04:23
9.3.2

이제 출력 JSON 명예 일상적인 매개 변수 인덱스, 외래 키 테이블 열을 정렬 옵션.
Tags: JSON
JSON output now honors sorting options for table columns, foreign keys, indexes, and routine parameters.

2012-11-05 05:16
9.3.1

리눅스에서 데이터베이스 다이어그램을 생성 하기 위한 bugfix입니다.
A bugfix for generating database diagrams on Linux.

2012-11-01 13:41
9.3

약한 연결 정렬 되어 반환 됩니다. Schemacrawler를 사용 하면 Java 시스템 속성, SC_GRAPHVIZ_OPTS, 또는 환경 변수를 사용 하 여 같은 이름의 GraphViz에 대 한 추가 명령줄 옵션을 지정할 수 있습니다.
Tags: 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

윈도 스크립트 sc.cmd, 작품입니다. 이 릴리스에 SQLite 포함 한 최신 데이터베이스 드라이버에 대 한 더 나은 지원, 외래 키 및 뷰 정의의 보고.데이터베이스 개체에 대해 gettype () 메서드는 사용 되지 않습니다.
Tags: 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