pmogren / db-ratchet

Workflow automation tool for managing changes to SQL Server databases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

#What is db-ratchet? db-ratchet is a tool to manage database compositions through the use of small incremental versions (individual clicks of a ratchet). This tool handles both the schema that defines a databases structure and behaviour as well as control data that the system requires to be present in the database for application to function properly.

#Usage db-ratchet manages a repository-like set of directories and files that make up the sources necessary to manage a database. db-ratchet uses a command pattern that users of Mercurial or Git will be familiar with. All db-ratchet commands expect to be run from the root of a repository directory. Running ratchet help will print a list of currently commands supported by db-ratchet.

##Getting db-ratchet Releases of db-ratchet can be found on Bintray

To install, simply unpack the zip file containing the release you want and make sure <install-root>/db-ratchet/bin is added to your path.

#Additional Documentation


Interested in working with Markdown? Get started with this Chrome extension for viewing .md files: Markdown Preview

About

Workflow automation tool for managing changes to SQL Server databases

License:Apache License 2.0


Languages

Language:Groovy 100.0%