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 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用户可以安全地升级到这个版本,他们没有得到任何附加功能破坏。
标签: 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。
标签: 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(氢气数据库)的支持。重要的问题修正:第四期(支持表权限和列权限);第5期(列应该会出现在序数位置秩序,第6期(PrimaryKey的应返回null,如果没有主键的表中定义。
标签: 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

这是第一个稳定和生产准备释放。此版本修复了一些错误并提出了一些改进。
标签: 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