Liking cljdoc? Tell your friends :D

korma.config


extract-optionsclj

(extract-options {:keys [naming delimiters subprotocol alias-delimiter]})
source

merge-defaultsclj

(merge-defaults opts)
source

optionsclj

source

set-delimitersclj

(set-delimiters & cs)

Set the global default for field delimiters in connections. Delimiters can either be a string or a vector of the start and end:

(set-delimiters "`") (set-delimiters ["[" "]"])

Set the global default for field delimiters in connections. Delimiters can
either be a string or a vector of the start and end:

(set-delimiters "`")
(set-delimiters ["[" "]"])
sourceraw docstring

set-namingclj

(set-naming strategy)

Set the naming strategy to use. The strategy should be a map with transforms to be applied to field names (:fields) and the keys for generated maps (:keys) e.g:

(set-naming {:keys string/lower-case :fields string/upper-case})

Set the naming strategy to use. The strategy should be a map with transforms
to be applied to field names (:fields) and the keys for generated maps (:keys)
e.g:

(set-naming {:keys string/lower-case :fields string/upper-case})
sourceraw docstring

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

× close