drifter-postgresql

PostgreSQL support for the drifter schema migration tool

http://github.com/michaelxavier/drifter-postgresql

Version on this page:0.2.0
LTS Haskell 22.18:0.2.1
Stackage Nightly 2024-04-25:0.2.1
Latest on Hackage:0.2.1

See all snapshots drifter-postgresql appears in

MIT licensed by Michael Xavier
Maintained by [email protected]
This version can be pinned in stack with:drifter-postgresql-0.2.0@sha256:4a3693663365102add2d6bc28d0c192ec1dd33d233df64e1ceaba4e1be5fc59c,1798

Module documentation for 0.2.0

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.

Changes

0.2.0

  • Switch from EitherT to ExceptT.

0.1.0

  • Support non-linear migration plans. This changes some types, hence a breaking version change.

0.0.2

  • Loosen bounds

0.0.1

  • Initial release