Liking cljdoc? Tell your friends :D

lib.postgres


start-pgclj

(start-pg pg)

start-pg-rawclj

(start-pg-raw {:keys [instance host port container temp] :as pg})

starts the database

starts the database
raw docstring

start-pg-temp-initclj

(start-pg-temp-init {:keys [dbname] :as pg})

initialises a temp database

initialises a temp database
raw docstring

stop-pgclj

(stop-pg pg)

stop-pg-rawclj

(stop-pg-raw {:keys [instance notifications temp] :as pg})

stops the postgres runtime

stops the postgres runtime
raw docstring

stop-pg-temp-teardownclj

(stop-pg-temp-teardown {:keys [dbname] :as pg})

tears down a temp database

tears down a temp database
raw docstring

wait-for-pgclj

(wait-for-pg {:keys [instance host port container temp] :as pg} limit sleep)

waits for the postgres database to come online

waits for the postgres database to come online
raw docstring

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

× close