dbmigrations-0.3: An implementation of relational database "migrations"

The dbmigrations package

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 any HDBC-supported database, although at present only PostgreSQL is fully supported. To get started, see the included README and MOO.TXT files and the usage output for the moo command.

Properties

Versions0.1, 0.1.1, 0.1.2, 0.2, 0.3, 0.5, 0.6
Dependenciesbase (4.*), containers (≥0.2 & <0.4), directory (≥1.0 & <1.2), fgl (5.4.*), filepath (1.1.*), HDBC (≥2.2.1 & <2.3), HDBC-postgresql, HDBC-sqlite3, HUnit (1.2.*), mtl (1.1.*), parsec (2.1.*), process (1.0.*), random (1.0.*), template-haskell, time (1.1.*)
LicenseBSD3
AuthorJonathan Daugherty <drcygnus@gmail.com>
MaintainerJonathan Daugherty <drcygnus@gmail.com>
CategoryDatabase
Home pagehttp://repos.codevine.org/dbmigrations/
Executablesmoo, dbmigrations-tests
Upload dateTue Nov 9 03:40:16 UTC 2010
Uploaded byJonathanDaugherty
Built onghc-6.12, ghc-7.0

Modules

Downloads