migratus.utils

(source)
Public Variable Short Description
censor-password (clj)
deep-merge (clj) Merge keys at all nested levels of the maps.
default-init-script-name (clj)
default-migration-dir (clj)
default-migration-parent (clj)
ensure-trailing-slash (clj) Put a trailing slash on the dirname if not present.
find-migration-dir (clj) Finds the given directory on the classpath.
get-exclude-scripts (clj) Returns a set of script name globs to exclude when finding migrations.
get-init-script (clj) Gets the :init-script from config, or default if missing.
get-migration-dir (clj) Gets the :migration-dir from config, or default if missing.
get-parent-migration-dir (clj) Gets the :parent-migration-dir from config, or default if missing.
jar-file (clj)
jar-name (clj)
normalize-path (clj) Replace backslashes with forwardslashes.
recursive-delete (clj) Delete a file, including all children if it's a directory.
script-excluded? (clj) Returns true if the script should be excluded according to the collection of globs in exclude-scripts.