Liking cljdoc? Tell your friends :D

com.github.sikt-no.datomic-testcontainers


datomic-version-defaultclj

source

get-connclj

(get-conn)
(get-conn {:keys [delete?] :as opts})
source

get-uriclj

(get-uri)
(get-uri {:keys [datomic-version delete-on-exit? db-name postgres-password]
          :or {datomic-version (or (get-env "DATOMIC_VERSION")
                                   datomic-version-default)
               delete-on-exit? (not (.exists (io/file ".nrepl-port")))
               db-name "db"
               postgres-password (or (get-env "POSTGRES_PASSWORD")
                                     (str (random-uuid)))}
          :as opts})
source

stop!clj

(stop!)
source

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

× close