(run-migrations! conn)
Runs SQL migrations on the database indicated by the connection
Runs SQL migrations on the database indicated by the connection
(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.
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 |