Liking cljdoc? Tell your friends :D
Clojure only.

dev.skivi.migration.interface


migrate!clj

(migrate! config)

Apply all pending migrations.

config keys: :connection-string JDBC URL of the target database (required) :schema-name PostgreSQL schema name; defaults to "skivi"

Apply all pending migrations.

config keys:
  :connection-string  JDBC URL of the target database (required)
  :schema-name        PostgreSQL schema name; defaults to "skivi"
sourceraw docstring

rollback!clj

(rollback! config)

Roll back the most recently applied migration.

config keys: :connection-string JDBC URL of the target database (required) :schema-name PostgreSQL schema name; defaults to "skivi"

Roll back the most recently applied migration.

config keys:
  :connection-string  JDBC URL of the target database (required)
  :schema-name        PostgreSQL schema name; defaults to "skivi"
sourceraw docstring

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