Télécharger la liste

Description du projet

SchemaCrawler is a Java API which makes working with database metadata as easy as working with ordinary Java objects. It is also a database schema discovery and comprehension and schema documentation tool. You can search for database schema objects using regular expressions, output the schema and data in a readable text format, and find potential design issues with lint . The output is designed to be diff-ed against other database schemas. SchemaCrawler supports almost any database which has a JDBC driver, but for convenience is bundled with drivers for some commonly-used RDBMS systems. SchemaCrawler works with any operating system which supports Java.

Système requise

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.

2011-10-18 01:57
8.8

Ce communiqué de sorties des métadonnées de base de données comme JSON pour utilisation dans les sites Web et d'autres applications. Le Plugin Maven de SchemaCrawler est maintenant éclaté dans un projet distinct sur SourceForge.
Tags: JSON
This release outputs database metadata as JSON for use in websites and other applications. The SchemaCrawler Maven Plugin is now broken out into a separate project on SourceForge.

2011-09-04 18:27
8.7

SchemaCrawler offre encore plus de détails métadonnées Oracle en utilisant de nouvelles vues INFORMATION_SCHEMA. Ce communiqué contient des corrections de bugs et mises à jour des versions pilote de base.
SchemaCrawler provides even more Oracle metadata details using new INFORMATION_SCHEMA views. This release contains bug fixes and updated database driver versions.

2011-05-09 11:05
8.6

SchemaCrawler a désormais la capacité d'exécuter des commandes multiples, par exemple pour créer des fichiers texte et les diagrammes de façon séquentielle. C'est ce qu'on appelle le chaînage. S'il vous plaît regardez l'exemple de la chaîne de la distribution.
SchemaCrawler now has the ability to run multiple commands, for example to create text files and diagrams sequentially. This is called chaining. Please look at the chain example in the distribution.

2011-02-06 06:56
8.5.1

Le code de ligne de commande a été réorganisé, y compris pour l'option de grep.
The command line code was reorganized, including for the grep option.

2011-02-02 18:44
8.5

grep SchemaCrawler a été corrigé. Il ya une meilleure couverture dans les tests unitaires.
SchemaCrawler grep has been fixed. There is better coverage in the unit tests.

Project Resources