hackageDB :: [Package]

Built with Cabal

dbmigrations: An implementation of relational database "migrations"

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.

Versions0.1, 0.1.1, 0.1.2
Dependenciesbase (>=4 && <5), containers (>=0.2 && <0.3), directory (>=1.0 && <1.2), fgl (>=5.4 && <5.5), filepath (>=1.1 && <1.2), HDBC (>=2.2.1 && <2.3), HDBC-postgresql, HDBC-sqlite3, HUnit (>=1.2 && <1.3), mtl (>=1.1 && <1.2), parsec (>=2.1 && <2.2), process (>=1.0 && <1.1), random (>=1.0 && <1.1), template-haskell, time (>=1.1 && <1.2), vty (>=4.0 && <4.1), vty-ui (==0.2)
LicenseBSD3
AuthorJonathan Daugherty <drcygnus@gmail.com>
MaintainerJonathan Daugherty <drcygnus@gmail.com>
CategoryDatabase
Home pagehttp://repos.codevine.org/dbmigrations/
Executablesdbmigrations-tests, moo, store-manager
Upload dateThu Nov 5 18:10:46 UTC 2009
Uploaded byJonathanDaugherty
Build failureghc-6.12 (log)
DistributionsArch: 0.1.2

Modules

Downloads