That is a good point. But another reason I wanted to do migrations through 
the application code was to automagically run migrations when the app was 
initially run, i.e. do a lein ring server-headless and it will 
automatically run migrations in order to start the web-app.

On Friday, June 14, 2013 3:22:28 PM UTC-4, Geraldo Lopes de Souza wrote:
>
> Are you married with a database ? If so, make migrations with your 
> database sql language.
>
> http://mybatis.org/migrations/
>
> If that is the case Idiomatic migrations adds no value imho.
>
>
> On Friday, June 14, 2013 1:24:39 PM UTC-3, 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