Reginald, clearly late to the game on this thread :)  but figured I'd share 
a project that I created recently ( clj-sql-up ).  It is a leiningen plugin 
that is dead simple to use, and it doesn't try to over-abstract, but it 
also allows for dynamic sql generation since it runs from the context of a 
clojure file.  I think it's simplest option out there for doing database 
migrations with clojure without sacrificing expressiveness

Please let me know if you run into any issues, but should be quite easy to 
get rolling with:
https://github.com/ckuttruff/clj-sql-up


On Friday, June 14, 2013 9:24:39 AM UTC-7, Reginald Choudari wrote:
>
> Hello all,
>
> I am trying to implement database migrations with Clojure. So far I have 
> been looking at Drift (https://github.com/macourtney/drift) as a 
> candidate for implementing this. My question is, does anyone have a 
> database migration workflow that they use and would like to share? One 
> problem I have been thinking is how to tackle database credentials/db name 
> configuration. I know in Rails its common to use a YAML to provide this 
> info, wondering if there was something more idiosyncratic to clojure?
>
> Thanks in advance
>

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