dbmigrations: An implementation of relational database "migrations"
Deprecated
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. This package supports
SQLite, PostgreSQL, and MySQL. Please see MOO.TXT
for warnings about MySQL!
To get started, see the included README.md
and
MOO.TXT
files and the usage output for the
moo
command.
[Skip to Readme]
Downloads
- dbmigrations-1.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.1.1, 0.1.2, 0.2, 0.3, 0.5, 0.6, 0.7, 0.8, 0.8.1, 0.8.2, 0.9, 0.9.1, 1.0, 1.1, 1.1.1, 2.0.0, 2.1.0 |
---|---|
Dependencies | base (>=4 && <5), bytestring (>=0.9), configurator (>=0.2), containers (>=0.2), dbmigrations, directory (>=1.0), fgl (>=5.4), filepath (>=1.1), HDBC (>=2.2.1), HDBC-postgresql, HDBC-sqlite3, mtl (>=2.1), mysql (>=0.1.1.8), mysql-simple (>=0.2.2.5), random (>=1.0), split (>=0.2.2), template-haskell, text (>=0.11), time (>=1.4), yaml-light (>=0.1) [details] |
License | BSD-3-Clause |
Author | Jonathan Daugherty <cygnus@foobox.com> |
Maintainer | Jonathan Daugherty <cygnus@foobox.com> |
Category | Database |
Source repo | head: git clone git://github.com/jtdaugherty/dbmigrations.git |
Uploaded | by JonathanDaugherty at 2016-02-11T03:52:38Z |
Distributions | |
Reverse Dependencies | 2 direct, 0 indirect [details] |
Executables | moo |
Downloads | 13366 total (25 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2016-02-12 [all 1 reports] |