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