Clojure lib for DB migration with custom clojure code execution support

66 Views Asked by At

I am using migratus for DB migration in project. It works quite well. But now I decide to store serialized data in database. I see no possibilities to change serialized data by SQL (i.e. by migratus).

So the question is, is there any clojure lib for database migration, which supports both SQL and some sort code execution?

0

There are 0 best solutions below