Liking cljdoc? Tell your friends :D

pg.config

A dedicated namespace to build an instance of the Config class from a Clojure map. Apparently, this function has grown vast so it's better to keep it here.

A dedicated namespace to build an instance of the Config
class from a Clojure map. Apparently, this function has
grown vast so it's better to keep it here.
raw docstring

->configclj

(->config params)

Turn a Clojure map into an instance of Config via Config.Builder. First, try to parse the connection-uri URI string, if passed. Then merge it with other parameters. Finally, build a Config instance.

Turn a Clojure map into an instance of `Config` via `Config.Builder`.
First, try to parse the `connection-uri` URI string, if passed.
Then merge it with other parameters. Finally, build a `Config`
instance.
sourceraw docstring

->SSLValidationclj

(->SSLValidation x)

Coerce a Clojure value to SSLValidation enum.

Coerce a Clojure value to SSLValidation enum.
sourceraw docstring

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

× close