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.
(explain {:keys [migrations-dir number direction]
:or {direction FORWARD-DIRECTION}
:as _args})
(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.
(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.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |