weavejester / ragtime

Database-independent migration library
Eclipse Public License 1.0
612 stars 85 forks source link

Handle CLJ migrations (fixes #125) #126

Closed mariusz-jachimowicz-83 closed 6 years ago

mariusz-jachimowicz-83 commented 6 years ago

Handle CLJ migrations (fixes #125)

weavejester commented 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.

mariusz-jachimowicz-83 commented 6 years ago

Ok. I will create it in my repo.

mariusz-jachimowicz-83 commented 6 years ago

I have created https://github.com/mariusz-jachimowicz-83/ragtime-clj

sanel commented 6 years ago

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.

weavejester commented 6 years ago

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

sanel commented 6 years ago

Yes :)

weavejester commented 6 years ago

I've added a link in the README to a "Third-party Libraries" wiki page that has a link to ragtime-clj.