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

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.8 && <5), containers, drifter (>=0.2), mtl, postgresql-simple (>=0.2), time, transformers, transformers-compat (>=0.2) [details]
License MIT
Author Michael Xavier
Maintainer michael@michaelxavier.net
Category Database
Home page http://github.com/michaelxavier/drifter-postgresql
Bug tracker http://github.com/michaelxavier/drifter-postgresql/issues
Uploaded by MichaelXavier at 2017-12-25T18:44:30Z
Distributions LTSHaskell:0.2.1, Stackage:0.2.1
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4392 total (18 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-12-25 [all 1 reports]

Readme for drifter-postgresql-0.2.1

[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.