Liking cljdoc? Tell your friends :D

datahike.config


bool-from-envclj

(bool-from-env key default)
source

deep-mergeclj

(deep-merge & maps)

Recursively merges maps and records.

Recursively merges maps and records.
sourceraw docstring

from-deprecatedclj

(from-deprecated {:keys [backend username password path host port]
                  :as backend-cfg}
                 &
                 {:keys [schema-on-read temporal-index index initial-tx]
                  :as index-cfg
                  :or {schema-on-read false
                       index :datahike.index/hitchhiker-tree
                       temporal-index true}})
source

int-from-envclj

(int-from-env key default)
source

load-configclj

(load-config)
(load-config config-as-arg)
(load-config config-as-arg opts)

Load and validate configuration with defaults from the store.

Load and validate configuration with defaults from the store.
sourceraw docstring

map-from-envclj

(map-from-env key default)
source

remove-nilsclj

(remove-nils m)
Thanks to https://stackoverflow.com/a/34221816
sourceraw docstring

storeless-configclj

(storeless-config)
source

uri->configclj

(uri->config uri)
source

validate-configclj

(validate-config config)
source

validate-config-attributeclj

(validate-config-attribute attribute value config)
source

validate-config-deprclj

(validate-config-depr config)
source

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

× close