Liking cljdoc? Tell your friends :D

xiana.db.migrate


-mainclj

(-main & args)
source

cli-optionsclj

source

create-scriptclj

(create-script dir name)
source

create-script-actionclj

(create-script-action {:keys [dir name] :as options})
source

error-msgclj

(error-msg errors)
source

exitclj

(exit status msg)
source

get-db-configclj

(get-db-config config)
source

load-configclj

(load-config options)
source

migrateclj

(migrate config)
(migrate config id)
source

migrate-actionclj

(migrate-action options)
source

resetclj

(reset config)
source

reset-actionclj

(reset-action options)
source

rollbackclj

(rollback config)
(rollback config id)
source

rollback-actionclj

(rollback-action options)
source

runclj

(run args)
source

usageclj

(usage options-summary)
source

validate-argsclj

(validate-args args)

Validate command line arguments. Either return a map indicating the program should exit (with an error message, and optional ok status), or a map indicating the action the program should take and the options provided.

Validate command line arguments. Either return a map indicating the program
should exit (with an error message, and optional ok status), or a map
indicating the action the program should take and the options provided.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close