Liking cljdoc? Tell your friends :D

automigrate.migrations

Module for applying changes to migrations and db. Also contains tools for inspection of db state by migrations and state of migrations itself.

Module for applying changes to migrations and db.
Also contains tools for inspection of db state by migrations
and state of migrations itself.
raw docstring

EMPTY-SQL-MIGRATION-TYPEclj


exec-action!cljmultimethod


explainclj

(explain {:keys [migrations-dir number direction]
          :or {direction FORWARD-DIRECTION}
          :as _args})

explain*cljmultimethod


list-migrationsclj

(list-migrations {:keys [migrations-dir jdbc-url migrations-table]
                  :or {migrations-table db-util/MIGRATIONS-TABLE}})

Print migration list with status.

Print migration list with status.
raw docstring

make-migrationcljmultimethod


migrateclj

(migrate {:keys [migrations-dir jdbc-url number migrations-table]
          :or {migrations-table db-util/MIGRATIONS-TABLE}})

Run migration on a db.

Run migration on a db.
raw docstring

read-migrationcljmultimethod

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close