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 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.
標籤: Major

2010-09-07 18:25
1.2

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.
標籤: Major

2010-08-30 04:09
1.1

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.
標籤: Major

2010-08-26 01:18
1.0

This is the first stable and production-ready release. This release fixes some bugs and makes some improvements.
標籤: Major

2010-08-19 09:07
1.0-beta

Initial release.

Project Resources