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), drifter (>=0.2), either (<5), mtl, postgresql-simple (>=0.2), time [details]
License MIT
Author Michael Xavier
Maintainer michael@michaelxavier.net
Revised Revision 2 made by phadej at 2017-12-19T23:42:36Z
Category Database
Home page http://github.com/michaelxavier/drifter-postgresql
Bug tracker http://github.com/michaelxavier/drifter-postgresql/issues
Uploaded by MichaelXavier at 2016-01-14T03:32:09Z
Distributions LTSHaskell:0.2.1, Stackage:0.2.1
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4374 total (21 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-postgresql-0.0.2

[back to package description]

drifter-postgresql

PostgreSQL support for the drifter schema migration tool

Examples

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