On Wed, Dec 4, 2013 at 7:00 AM, Sean Corfield <seancorfi...@gmail.com>wrote:

>
> As Phil says, rolling your own migrations, native to Postgres, is
> probably the best way to go in that area. At World Singles, we use
> external SQL files with a prefix indicating DB "level" and an
> indicator of dev vs prod migration, and a small Clojure script that
> figures out what needs applying. That's partly because we started out
> with SQL files - sometimes provided by DBAs - before we introduced
> Clojure to the project.
>


Slightly OT, has anyone used http://sqitch.org/ for the same purpose and
found it useful?

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to