Liking cljdoc? Tell your friends :D

palikka.components.flyway


checkclj

(check opts)

Checks the migration status when starting the system so you'll know when to run the migrations.

Checks the migration status when starting the system
so you'll know when to run the migrations.
sourceraw docstring

check-migration-status!clj

(check-migration-status! flyway)

Checks if there are pending migrations.

Checks if there are pending migrations.
sourceraw docstring

migrateclj

(migrate opts)

Runs the migrations.

Runs the migrations.
sourceraw docstring

migrate!clj

(migrate! flyway {:keys [rethrow-exceptions?] :as opts})

Runs migrations

Runs migrations
sourceraw docstring

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

× close