Download List

프로젝트 설명

dbcrawler is a lightweight database schema crawler library developed using Java. It is a simple library that can be used to Crawler the underlying schema of a database and return POJO objects, which makes it very easy to use. This library takes care of all the differences among the various database management systems, and makes application code free from the DBMS differences.You keep using same POJOs even if you change the underlying DBMS.

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-09-14 00:35
1.3

IBM의 DB2는 이제이 라이브러리에 의해 지원됩니다. 트리거가 현재 지원됩니다. 1.2의 사용자는 안전이 릴리스로 업그레이드할 수 있습니다 그리고 그들은 아무것도 흘리지 않고 추가 기능을 받으세요.
Tags: Major
IBM DB2 is now supported by this library. Triggers are now supported. Users of 1.2 can safely upgrade to this release and they get added features without breaking anything.

2010-09-07 18:25
1.2

HSQLDB는 API를하고, 지원되는 데이터베이스 목록에 추가되었습니다 오류 메시지가 로깅이 향상되었습니다. 외래 키가 지원하고 있습니다. 테이블과 열을 지금 fullnames을 지원합니다.
Tags: Major
HSQLDB was added to the supported database list, and the API and logging of error messages were improved. Foreign keys are now supported. Tables and columns now support fullnames.

2010-08-30 04:09
1.1

다른 RDBMS는 (H2 데이터베이스)가 지원됩니다. 고정 중요 문제 : 문제 4 (지원 테이블 권한 및 열 권한); 호 5 (항목은 순서적 위치 순서에 나타납니다, 그리고 문제 6 (아니 기본 키는 테이블에 정의되어있는 경우 기본 키는 NULL로 반환해야합니다.
Tags: Major
Another RDBMS (H2 database) is supported. Important issues fixed: Issue 4 (support table privileges and column privileges); Issue 5 (columns should appear in ordinal position order; and Issue 6 (PrimaryKey should be returned as null if no primary key is defined for a table.

2010-08-26 01:18
1.0

이것은 첫 번째와 생산 준비가 안정적인 릴리스입니다. 이 릴리스에는 몇 가지 버그 수정 및 일부 개선합니다.
Tags: Major
This is the first stable and production-ready release. This release fixes some bugs and makes some improvements.

2010-08-19 09:07
1.0-beta

초판.
Initial release.

Project Resources