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