Télécharger la liste

Description du projet

The goal of dzo is to treat application database objects the same way the application's source code is treated, with respect to development, revision control, and deployment. Dzo uses a text file that contains native create statements for all database objects and compares them against the actual database-schema. As a result, dzo creates the SQL statements needed to update the database schema (or you can let dzo execute the SQL statements directly). If your application lives in a Tomcat or Java EE application server, dzo has a servlet that controls the deployment process, inspects and executes the necessary database changes, and finally deploys the application. Dzo currently works with HSQLDB, MySQL, Oracle, PostgreSQL, and SQL Server (more to come).

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.

2012-01-13 07:17 Retour à la liste release
3.0.0

Dans cette version, le déploiement de tomcat vieux Webapp est supprimé. L'élément désapprouvée <dzoSchema>a été supprimée de la fourmi. Les annotations de persistance ont été ajoutées (@@ Annotation). Un bogue a été corrigé lors de l'extraction de code pour les fonctions et procédures/déclencheurs/packages dans Oracle. DROP et recréer les clés étrangères lorsque quelque chose change. Correction d'un bug lors de l'extraction de métadonnées pour une clé primaire spécifique dans Oracle. Support a été ajouté pour "alter table XXX ajouter contrainte...", de sorte que dzo pouvez utiliser ddl généré à partir d'autres outils. Soutien a été ajoutée pour PostgreSQL 9.1.
In this version, the old tomcat deployment Webapp is removed. The deprecated element <dzoSchema> has been removed from ant. Persistence annotations have been added (@@Annotation). A bug has been fixed when fetching code for functions/procedures/triggers/packages in Oracle. Drop and recreate foreign keys when something changes. A bug when fetching metadata for a specific primary key in Oracle has been fixed. Support has been added for "alter table XXX add constraint ...", so dzo can use ddl generated from other tools. Support has been added for PostgreSQL 9.1.

Project Resources