Readme for dbmigrations-0.8.2

dbmigrations

This package contains a library and program for the creation, management, and installation of schema updates (called "migrations") for a relational database. In particular, this package lets the migration author express explicit dependencies between migrations and the management tool automatically installs or reverts migrations accordingly, using transactions for safety.

This package operates on two logical entities:

Getting started with dbmigrations

This package includes one program, "moo". See MOO.TXT for details on how to use this tool to manage your database migrations.

Installation

If you've obtained this package in source form and would like to install it, you'll need the "cabal" program. To install this package from the source directory, run cabal install.

Submitting patches

I'll gladly consider accepting patches to this package; please do not hesitate to submit GitHub pull requests. I'll be more likely to accept a patch if you can follow these guidelines where appropriate: