ダウンロードリスト

プロジェクト概要

Dbmstools モジュールは、1 つ以上のデータベース管理システム (DBMS) でアプリケーションをサポートする必要のある開発者のために主に存在します。それはすべてのデータベース情報 (スキーマとデータ) を 1 か所で保持できるように意図しているし、そのデータから生成された (の作成データベース スキーマを作成して、次に 1 つのバージョンからのアップグレード) の DBMS に固有のスクリプトがあります。(図を含む) 任意の DBMS のスキーマ ドキュメントを生成することができ、いくつかの形式でデータベースからデータをエクスポートすることができます。Apache ant から実行できるようにするツールがいくつかのラッパーがしていますPostgreSQL の 7 および 8、Oracle や SQL サーバー、MySQL、そしてハイパーソニック (制限付きサポート) をサポートしています。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2008-04-06 12:25
0.4.5rc1

このバージョンでの主な改良点は:はUTFのための適切なサポート- 8(ユニコード)とISO - 8859 - 1(Latin 1の)文字エンコーディングは、SQLiteのDBMSの基本的なサポート、および改善JythonのAntタスクは、単一のスタンドアロンのjarファイルとして提供された( )Jythonは、Antタスクは、すべてのdbmstoolsスクリプトを含む。 Jythonのバージョン2.2.1に更新されている指定された。
タグ: 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

大きな変化のランタイム変数をサポートしています。このスキーマは、バリアントの生成を選択した任意の条件に基づいて、可能にし、ドキュメント内の変数を挿入する任意の要素です。その他の変更列のデフォルト値や自動インクリメント列は、'小さな'と'boolean'をデータ型としてシーケンスは、超音速DBMSに明示的にサポートしています。 MySQLのサポートは、特にdeltaddlでアップグレードスクリプトの生成に改善されている。また、小さなバグ修正と改善された。
タグ: 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

このバージョンでは機能変数を実行時に指定に基づいて、スキーマ内の任意の項目を含めること、制御するために追加されます。これは、スキーマのバリアントは、特にあなたのマスターと複製スレーブスキーマに別のインデックスを含むようなものに便利です選択した任意の条件に基づいて生成することができます。また、他のマイナーな機能拡張とバグ修正のカップルされている。
タグ: 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

このバージョンでは"と"論理"のデータの種類だけでなく、超音速のDBMSのシーケンス列のデフォルト値や自動インクリメントのカラム、"小さな明示的にサポートを追加します。 MySQLのサポートは、特にdeltaddlでアップグレードスクリプトの生成に改善されている。小さなバグ修正と改善をいつもスルーが行われた。
タグ: 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

このバージョンには、データベースからデータをエクスポートdb2sqlスクリプトが向上します。新しい出力形式がサポートされます:テキスト、CSV、TSVの、およびXMLです。このスクリプトははるかに速く実行されます。メモリ使用量が大幅に削減されているのPostgresで大規模なテーブルをエクスポートする。その他いくつかのマイナーな機能強化が行われました。
タグ: 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.

プロジェクトリソース