(create-socket)
Connect to the OrientDB server and check the version.
Connect to the OrientDB server and check the version.
(read-response socket command)
Read the data in socket
and apply command
to it. If socket
contains an exception, it is handled by clj-odbp.deserialize.exception/handle-exception.
Read the data in `socket` and apply `command` to it. If `socket` contains an exception, it is handled by clj-odbp.deserialize.exception/handle-exception.
(write-request socket command & args)
Write the result of applying command
to args
on the socket
.
Write the result of applying `command` to `args` on the `socket`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close