微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

dzo 数据库结构维护工具

程序名称:dzo

授权协议: LGPL

操作系统: 跨平台

开发语言: Java

dzo 介绍

Dzo 是一个数据库的小工具,用以帮助维护不同的数据库结构,当前支持 MySQL
OraclesqlServer。

The goal of dzo is to treat applications database objects the same way the
applications 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 JBoss container, dzo has a servlet
that controls the deployment process, undeploys the old application, inspect
and execute the needed database changes, and finally deploys the new
application. Dzo currently works with MysqL and Oracle.

dzo 官网

http://sourceforge.net/projects/dzo/

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐