Download List

Project Description

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).

System Requirements

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.

2008-04-06 12:25 Back to release list
0.4.5rc1

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.
Tags: Minor feature enhancements

Project Resources