Currently, by default, migrations files are found in the '
lobos/migrations/' directory as .clj file although they're not truly runnable Clojure code files. You should be able to use the migration command, like `run`, from normal Clojure code as long as you have access to the migration files. Also the migrations directory can be changed by rebinding the `lobos.migration/
*default-directory*` variable.
Note that this implementation isn't perfect in that it require access to the migration files which is not always possible. Thus I'm rewritting the migration backend as was proposed in that post:
https://groups.google.com/d/topic/lobos-library/GnFBKahrhY0/discussion
So the migration files will soon change format, probably by next week.