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-08-30 04:09 Back to release list
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.

Project Resources