[Haskell-cafe] Declarative database migrations

Boris Lykah lykahb at gmail.com
Mon Jun 30 12:51:33 UTC 2014


Groundhog produces migrations that can be executed or stored as script. It
can create schema from scratch or alter existing schema. There is support
for composite keys and multiple schemas (as namespaces).


On Mon, Jun 30, 2014 at 6:46 AM, Tobias Florek <haskell at ibotty.net> wrote:

> hi,
>
> > database migrations in haskell.
>
> i strongly advise (general) you to look not lock yourself into database
> migration within a host language. i have yet to see a db migration scheme
> that supports good rollback _and_ is expressive enough.
>
> have a look into [sqitch](http://sqitch.org/) for a very good database
> change management system.
>
> cheers,
>  tobias florek
>
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>



-- 
Regards,
Boris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20140630/e2f7ffcb/attachment.html>


More information about the Haskell-Cafe mailing list