clj-odbp.configure

config

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

configure-driver

(configure-driver m)
Reset global `config` with the contents of `m`. e.g.:

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