Liking cljdoc? Tell your friends :D

clj-odbp.configure


configclj

Initial configuration map to set up the connection to OrientDB server and the logging system.

Initial configuration map to set up the connection to OrientDB server and
the logging system.
sourceraw docstring

configure-driverclj

(configure-driver m)

Reset global config with the contents of m. e.g.:

(configure-driver {:host "test"}) => {:host "test" :port 2424}

Reset global `config` with the contents of `m`. e.g.:

(configure-driver {:host "test"}) => {:host "test" :port 2424}
sourceraw docstring

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

× close