@hackage / dbmigrations

An implementation of relational database "migrations"

Version Deprecated package2.1.0

About

Metadata

  • Last updated , by JonathanDaugherty
  • License BSD-3-Clause
  • Categories Databases
  • Maintained by: Jonathan Daugherty <cygnus@foobox.com>

  • Lottery factor: 0

Links

Installation

This package has been deprecated

Readme

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 is written to support a number of different databases. For packages that support specific databases using this library, see packages named "dbmigrations-BACKEND". Each package provides an executable "moo-BACKEND" for managing migrations. Usage information for the "moo-" executables can be found in MOO.TXT in this package. This package also includes a conformance test suite to ensure that backend implementations respect the library's required semantics.