Re: Introducing a new SQL migration library for clojure / jdbc

2013-09-07 Thread Christopher Allen
This looks pretty nice, I might try this out instead of using my standby Migratus. Thanks for sharing! On Saturday, September 7, 2013 1:08:40 PM UTC-7, Chris Kuttruff wrote: > > Alexandr, > Thanks so much for the feedback; really glad others are finding this > useful as well. > > I've just pub

Re: Introducing a new SQL migration library for clojure / jdbc

2013-09-07 Thread Chris Kuttruff
Alexandr, Thanks so much for the feedback; really glad others are finding this useful as well. I've just published a 0.2.0 version with support for multiple environments (Just use an ENV=test type flag when invoking the plugin command, and have a corresponding :database-test config in your pr

Re: Introducing a new SQL migration library for clojure / jdbc

2013-09-07 Thread Alexandr Kurilin
This is great, thanks for making it. There was nothing quite like that I could find back when I started on our web app, so I ended using standalone_migrations, which is essentially ActiveRecord's Migration module extracted for standalone use. Rig

Re: Introducing a new SQL migration library for clojure / jdbc

2013-07-20 Thread Plínio Balduino
Thank you, Chris I think it will be very useful for my next project. Regards Plínio On Sat, Jul 20, 2013 at 7:19 PM, Chris Kuttruff wrote: > When starting a project to create a clojure blog with > ring/compojure/hiccup, I quickly found myself looking for an SQL migration > library to use. > >

Introducing a new SQL migration library for clojure / jdbc

2013-07-20 Thread Chris Kuttruff
When starting a project to create a clojure blog with ring/compojure/hiccup, I quickly found myself looking for an SQL migration library to use. There are some interesting projects out there, but I found myself wanting the following features: - A standard up/down migration method setup (so