drifter-postgresql: PostgreSQL support for the drifter schema migration tool

[ database, library, mit ] [ Propose Tags ]

Support for postgresql-simple Query migrations as well as arbitrary Haskell IO functions. Be sure to check the examples dir for a usage example.


[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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1, 0.0.2, 0.1.0, 0.2.0, 0.2.1
Change log changelog.md
Dependencies base (>=4.5 && <5), containers, drifter (>=0.2), either (<5), mtl, postgresql-simple (>=0.2), time [details]
License MIT
Author Michael Xavier
Maintainer michael@michaelxavier.net
Revised Revision 1 made by phadej at 2017-12-19T23:36:43Z
Category Database
Home page http://github.com/michaelxavier/drifter-postgresql
Bug tracker http://github.com/michaelxavier/drifter-postgresql/issues
Uploaded by MichaelXavier at 2016-12-19T19:07:29Z
Distributions LTSHaskell:0.2.1, Stackage:0.2.1
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4396 total (20 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for drifter-postgresql-0.1.0

[back to package description]

drifter-postgresql

Build Status

PostgreSQL support for the drifter schema migration tool

Examples

See the examples directory for an example of how to use drifter-postgresql.