drifter: Simple schema management for arbitrary databases.

[ database, library, mit ] [ Propose Tags ]

Simple support for migrating database schemas, which allows haskell functions to be run as a part of the migration. Note that this library isn't meant to be used directly, but rather as a base library for a specific driver. For an example of a functioning driver, you shold check out drifter-postgresql.


[Skip to Readme]

Modules

[Index]

Flags

Manual Flags

NameDescriptionDefault
lib-werrorDisabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.2, 0.2.1, 0.2.2, 0.2.3, 0.2.4, 0.3.0
Change log changelog
Dependencies base (>=4.5 && <5), containers (>=0.5 && <0.6), fgl (>=5.5 && <5.6), text (>=0.11 && <1.3) [details]
License MIT
Author AndrewRademacher
Maintainer Michael Xavier <michael@michaelxavier.net>
Category Database
Home page https://github.com/AndrewRademacher/drifter
Source repo head: git clone git@github.com:AndrewRademacher/drifter.git
Uploaded by MichaelXavier at 2016-01-14T03:31:30Z
Distributions LTSHaskell:0.3.0, NixOS:0.3.0, Stackage:0.3.0
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 5839 total (30 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-01-14 [all 1 reports]

Readme for drifter-0.2.2

[back to package description]

Drifter

Build Status

Simple schema management for arbitrary databases.