(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 ["[" "]"])
(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})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close