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
| Versions | 0.1, 0.1.1, 0.1.2, 0.2, 0.3 |
|---|---|
| Dependencies | base (4.*), containers (0.2.*), directory (≥1.0 & <1.2), fgl (5.4.*), filepath (1.1.*), HDBC, HDBC-postgresql, hscurses (1.3.*), HUnit (1.2.*), mtl (1.1.*), parsec (2.1.*), process (1.0.*), random (1.0.*), template-haskell, time (1.1.*) |
| License | BSD3 |
| Author | Jonathan Daugherty <drcygnus@gmail.com> |
| Maintainer | Jonathan Daugherty <drcygnus@gmail.com> |
| Category | Database |
| Home page | http://repos.codevine.org/dbmigrations/ |
| Executables | store-manager, moo, test |
| Upload date | Tue Sep 8 05:03:34 UTC 2009 |
| Uploaded by | JonathanDaugherty |
| Build failure | ghc-6.12 (log) |
Modules
- Database
- Schema
- Database.Schema.Migrations
- Database.Schema.Migrations.Backend
- Database.Schema.Migrations.Backend.HDBC
- Database.Schema.Migrations.Dependencies
- Database.Schema.Migrations.Filesystem
- Database.Schema.Migrations.Migration
- Database.Schema.Migrations.Store
- Database.Schema.Migrations.Backend
- Database.Schema.Migrations
- Schema
Downloads
- dbmigrations-0.1.tar.gz (Cabal source package)
- package description (included in the package)