All Projects → DbMaintain → dbmaintain

DbMaintain / dbmaintain

Licence: Apache-2.0 license
DbMaintain enables automatic roll-out of updates to a relational database

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to dbmaintain

vcs
PHP interface for version control systems
Stars: ✭ 59 (+247.06%)
Mutual labels:  svn
Svn Stash
It's like git stash , but for Subversion.
Stars: ✭ 49 (+188.24%)
Mutual labels:  svn
Source Integration
Source control integration plugin framework for MantisBT, including support for Github, Gitlab, Bitbucket, Gitweb, Cgit, Subversion, Mercurial and more
Stars: ✭ 167 (+882.35%)
Mutual labels:  svn
Josm
Mirror of @JOSM's Subversion repository
Stars: ✭ 282 (+1558.82%)
Mutual labels:  svn
Cpm.cmake
📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management.
Stars: ✭ 560 (+3194.12%)
Mutual labels:  svn
Websvn
Fork from WebSVN
Stars: ✭ 66 (+288.24%)
Mutual labels:  svn
floyer
🚀 Floyer is simple and fast deployment tool using git/svn and (S)FTP - especially useful for shared hosting.
Stars: ✭ 57 (+235.29%)
Mutual labels:  svn
Svn Scm
SVN support for VS Code
Stars: ✭ 172 (+911.76%)
Mutual labels:  svn
Accompli
An easy to use and extendable deployment tool for (PHP) projects.
Stars: ✭ 9 (-47.06%)
Mutual labels:  svn
Svn Docker
Lightweight Docker image to build a container running an SVN server
Stars: ✭ 87 (+411.76%)
Mutual labels:  svn
Neard
🎲 Portable WAMP software stack
Stars: ✭ 296 (+1641.18%)
Mutual labels:  svn
Wpackagist
WordPress Packagist — manage your plugins with Composer
Stars: ✭ 558 (+3182.35%)
Mutual labels:  svn
Wp Plugin Git Svn Sync
☄️ Zero config synchronizing of Git repository with SVN for publishing WordPress plugins.
Stars: ✭ 81 (+376.47%)
Mutual labels:  svn
Dumpall
一款信息泄漏利用工具,适用于.git/.svn源代码泄漏和.DS_Store泄漏
Stars: ✭ 250 (+1370.59%)
Mutual labels:  svn
Phabricator
Effective June 1, 2021: Phabricator is no longer actively maintained.
Stars: ✭ 12,225 (+71811.76%)
Mutual labels:  svn
svn2git
Tool to help and automate migration from SVN to GitLab
Stars: ✭ 34 (+100%)
Mutual labels:  svn
Scm Manager
The easiest way to share and manage your Git, Mercurial and Subversion repositories over http.
Stars: ✭ 50 (+194.12%)
Mutual labels:  svn
Vcspull
🔄 synchronize projects via yaml/json manifest. built on libvcs
Stars: ✭ 187 (+1000%)
Mutual labels:  svn
Vcs
VCS Repo management through a common interface in Go
Stars: ✭ 171 (+905.88%)
Mutual labels:  svn
Node Svn Spawn
Easy way to access svn repository with node.js.
Stars: ✭ 85 (+400%)
Mutual labels:  svn

Build Status Maintainability Maven Central Version

DbMaintain

Fork of DbMaintain with new Features.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].