Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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 wird nun von dieser Bibliothek unterstützt. Trigger werden nun unterstützt. Benutzer von 1,2 kann sicher auf diese Version aktualisieren und sie erhalten zusätzliche Funktionen ohne Schwierigkeiten zu bekommen.
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 wurde, um die unterstützten Datenbank hinzugefügt, und das API und Protokollierung von Fehlermeldungen wurden verbessert. Fremdschlüssel werden nun unterstützt. Tabellen und Spalten unterstützen jetzt 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

Ein weiterer RDBMS (H2-Datenbank) wird unterstützt. Wichtige Themen fest: Issue 4 (Auflagetisch Vorrechte und Privilegien Spalte); Ausgabe 5 (Spalten sollten in Ordinalposition Reihenfolge erscheinen, und Heft 6 (PrimaryKey sollten als null zurückgegeben werden, wenn kein Primärschlüssel für eine Tabelle definiert wird.
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

Dies ist die erste stabile und serienreife Version. Dieses Release behebt einige Bugs und nimmt einige Verbesserungen.
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

Erste Veröffentlichung.
Initial release.

Project Resources