项目作者: DbMaintain

项目描述 :
DbMaintain支持自动推出关系数据库的更新
高级语言: Java
项目地址: git://github.com/DbMaintain/dbmaintain.git
创建时间: 2014-06-19T14:43:53Z
项目社区:https://github.com/DbMaintain/dbmaintain

开源协议:Apache License 2.0

下载


No Maintenance Intended

DEPRECATED

The project is no longer maintained, please consider using flybase or liquibase instead.

Overview

DbMaintain enables automatic roll-out of updates to a relational database. It brings database scripts into version control just like regular source code to transparently deploy databases from development to production.

DbMaintain keeps track of which database updates have been deployed on which database.

Updates are performed incrementally: Only what has been changed since the last deployment is applied. Features such as repeatable scripts, postprocessing scripts, multi-database and database user support and support for patches turn DbMaintain into a complete solution for the enterprise.

Documentation

For usage with docker see docker configuration.

See documentation for getting started and full documentation.