Re: Rails-like database migrations for use with clojure.contrib.sql

2010-02-27 Thread Rick Moynihan
On 26 February 2010 23:37, Matt wrote: > I've had rails like migrations working in Conjure (0.4 coming soon) > for a while. You may want to look at it for some help. Thanks for the links Matt, I'll certainly take a look when I have some more time. I implemented these migrations for a small appli

Re: Rails-like database migrations for use with clojure.contrib.sql

2010-02-26 Thread Matt
tabase flavors: http://github.com/macourtney/Conjure/tree/master/file_structure/default/db/flavors/ I hope that helps. -Matt Courtney On Feb 26, 10:35 am, Rick Moynihan wrote: > I've made a stab at implementing rails-like database migrations for > use with clojure.contrib.sql. > > Th

Rails-like database migrations for use with clojure.contrib.sql

2010-02-26 Thread Rick Moynihan
I've made a stab at implementing rails-like database migrations for use with clojure.contrib.sql. The codes currently very crude, but I'd appreciate any comments on style/utility: http://gist.github.com/315787 Currently the hariest bit is in testing whether or not we need to con