Liking cljdoc? Tell your friends :D

ragtime.strategy


apply-newclj

(apply-new applied migrations)

A strategy to apply any new migrations, irregardless of whether they come before migrations already applied to the database.

A strategy to apply any new migrations, irregardless of whether they come
before migrations already applied to the database.
raw docstring

raise-errorclj

(raise-error applied migrations)

A strategy that raises an error if there are any conflicts between the applied migrations and the defined migration list. This is useful for production use.

A strategy that raises an error if there are any conflicts between the
applied migrations and the defined migration list. This is useful for
production use.
raw docstring

rebaseclj

(rebase applied migrations)

A strategy that rollbacks the database to the first conflict, then applies the successive migrations in order. This is useful when developing, but is not suitable for production use.

A strategy that rollbacks the database to the first conflict, then applies
the successive migrations in order. This is useful when developing, but is
not suitable for production use.
raw docstring

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

× close