Liking cljdoc? Tell your friends :D

io.schemamap.core


alter-schemamap-schema!clj

(alter-schemamap-schema! {:keys [datasource application-db-roles i18n]})
source

close!clj

(close! {:keys [session]})
source

init!clj

(init! {:keys [datasource i18n port-forward-host port-forward-remote-port
               port-forward-port port-forward-user port-forward-postgres?
               application-db-roles]
        :as params})
source

maybe-ssh-port-forward-postgres!clj

(maybe-ssh-port-forward-postgres!
  {:keys [port-forward-host port-forward-remote-port port-forward-port
          port-forward-user port-forward-postgres?]
   :or {port-forward-postgres? false
        port-forward-host "pgtunnel.eu.schemamap.io"}})
source

read-i18n-string!clj

(read-i18n-string! input)
source

run-migrations!clj

(run-migrations! datasource)
source

start-ssh-forwarding!clj

(start-ssh-forwarding! agent
                       {:keys [host username local-port remote-port
                               connect-timeout]
                        :or {connect-timeout 5000}})
source

valid-pg-role-name?clj

(valid-pg-role-name? role-name)
source

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

× close