Closed mariusz-jachimowicz-83 closed 6 years ago
I'd prefer this functionality be a third-party library to begin with, especially since your implementation isn't specific to JDBC.
Ok. I will create it in my repo.
I have created https://github.com/mariusz-jachimowicz-83/ragtime-clj
Any chance this be leveraged in Ragtime docs? Event better if ragtime-clj
could have own set of examples... ;)
When I do migrations, I often need to modify existing data outside of sql scope, so this is very useful addon. Also, this adds one more capability I was looking for: as part of migration X, download the data, do some magic and import it in database.
Any chance this be leveraged in Ragtime docs?
By "leveraged in the Ragtime docs" do you mean, "add a link to the ragtime-clj library in the README"?
Yes :)
I've added a link in the README to a "Third-party Libraries" wiki page that has a link to ragtime-clj.
Handle CLJ migrations (fixes #125)