Liking cljdoc? Tell your friends :D

monkey.ci.entities.migrations


run-migrations!clj

(run-migrations! conn)

Runs SQL migrations on the database indicated by the connection

Runs SQL migrations on the database indicated by the connection
raw docstring

with-migrationsclj

(with-migrations conn f)

Runs migrations, executes f and then rolls back. Useful for testing.

Runs migrations, executes `f` and then rolls back.  Useful for testing.
raw docstring

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

× close