Downloadliste

Projektbeschreibung

The dbmstools module exists mainly for developers
who need to support applications on more than one
database management system (DBMS). It's intended
to allow all the database information (schema and
base data) to be kept in one single place, and to
have DBMS-specific scripts (for creating and
populating the database schema, and upgrading from
one version to the next) generated from that data.
It can generate schema documentation for any DBMS
(including diagrams), and can export data from a
database in several formats. It also has wrappers
for several tools so that they can be run from
within Apache Ant. It supports PostgreSQL 7 and 8,
Oracle, SQL Server, MySQL, and Hypersonic (limited
support).

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.

2008-04-06 12:25
0.4.5rc1

Wesentliche Verbesserungen in dieser Version: richtige Unterstützung für UTF-8 (Unicode) und ISO-8859-1 (Latin 1) Zeichencodierungen, grundlegende Unterstützung für die SQLite-DBMS sowie eine verbesserte Jython Ant-Task als ein Standalone-jar-Datei geliefert ( mit Jython, die Ant-Task und alle dbmstools Skripte). Die Version von Jython geliefert wurde auf 2.2.1 aktualisiert.
Tags: Minor feature enhancements
Major improvements in this version include: proper
support for UTF-8 (Unicode) and ISO-8859-1 (Latin
1) character encodings; basic support for the
SQLite DBMS; and an improved Jython Ant task
supplied as a single standalone jar file
(containing Jython, the Ant task, and all the
dbmstools scripts). The version of Jython supplied
has been updated to 2.2.1.

2007-12-01 12:50
0.4.4

Die wichtigste Änderung ist die Unterstützung für Runtime-Variablen. Dies ermöglicht Generation von Schema-Varianten auf alle Bedingungen Sie beruht, und die Einfügung von Variablen in der Dokumentation für jedes Element. Weitere Änderungen sind ausdrückliche Unterstützung für die Spalte Vorgaben und Auto-Increment-Spalte, 'kleinen' und 'boolean' Datentypen sowie Sequenzen auf der Hypersonic DBMS. MySQL-Unterstützung wurde verbessert, insbesondere bei der Schaffung von Upgrade-Skripte mit deltaddl. Es gab auch kleine Verbesserungen und Bugfixes.
Tags: Minor feature enhancements
The major change is support for runtime variables. This allows generation of schema variants based on any conditions you choose, and insertion of variables in documentation for any element. Other changes include explicit support for column defaults and auto-increment columns, 'tiny' and 'boolean' data types, as well as sequences on the Hypersonic DBMS. MySQL support has been improved, particularly in generating upgrade scripts with deltaddl. There were also small bugfixes and improvements.

2007-11-27 12:07
0.4.4-rc2

Diese Version bietet die Möglichkeit, die Aufnahme eines Artikels in das Schema, auf Variablen zur Laufzeit basierte Steuerungstechnik. Das ermöglicht Ihnen, Schema-Varianten auf alle Bedingungen, die Sie wählen, was besonders für Dinge wie einschließlich verschiedener Indizes auf Ihrem Master-und Slave-Schemas für die Replikation nützlich generieren. Es gab auch ein paar andere kleine Verbesserungen und Bugfixes.
Tags: Minor feature enhancements
This version adds the ability to control the inclusion of any item in
the schema, based on variables supplied at runtime. This allows you
to generate schema variants based on any conditions you choose,
which is particularly useful for things like including different indexes
on your master and slave schemas for replication. There have also
been a couple of other minor enhancements and bugfixes.

2007-09-02 14:41
0.4.4-rc1

Diese Version bietet eine ausdrückliche Unterstützung für die Spalte Vorgaben und auto-increment Spalten "kleinen" und "boolean" Datentypen sowie Sequenzen auf der Hypersonic DBMS. MySQL-Unterstützung wurde verbessert, insbesondere bei der Schaffung von Upgrade-Skripte mit deltaddl. Die übliche ganze Reihe von Bugfixes und kleine Verbesserungen vorgenommen.
Tags: Minor feature enhancements
This version adds explicit support for column
defaults and auto-increment columns, "tiny" and
"boolean" data types, as well as sequences on the
Hypersonic DBMS. MySQL support has been improved,
particularly in generating upgrade scripts with
deltaddl. The usual slew of small bugfixes and
improvements were made.

2007-08-12 12:25
0.4.3

Diese Version verbessert die DB2SQL Skript, das Daten aus einer Datenbank exportiert. Neue Ausgabe-Formate werden unterstützt: Text, CSV, TSV, und XML. Das Skript läuft viel schneller. Memory use Beim Export von großen Tabellen auf Postgres hat sich dramatisch verringert. Ein paar andere kleinere Verbesserungen vorgenommen wurden.
Tags: Minor feature enhancements
This version improves the db2sql script, which
exports data from a database. New output formats
are now supported: text, CSV, TSV, and XML. The
script runs much faster. Memory use when exporting
large tables on Postgres has been dramatically
reduced. A few other minor enhancements have been
made.

Project Resources