clj-odbp.network.socket

create-socket

(create-socket)
Connect to the OrientDB server and check the version.

read-response

(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.

supported-protocol-version

write-request

(write-request socket command & args)
Write the result of applying `command` to `args` on the `socket`.