(bytes->key bytes)
Get the key from the KeyValue object. Since the keys might be nested use .getItems. Since all the keys might not be encoded with Tuple layer use stringification for those cases
Get the key from the KeyValue object. Since the keys might be nested use .getItems. Since all the keys might not be encoded with Tuple layer use stringification for those cases
(bytes->value bytes)
Get the value from the KeyValue object. Since all the values might not be encoded with Tuple layer use stringification for those cases
Get the value from the KeyValue object. Since all the values might not be encoded with Tuple layer use stringification for those cases
(bytes-to-str bytes)
Convert bytes to string
Convert bytes to string
(key->packed-tuple key)
Pack the key with respect to Tuple encoding
Pack the key with respect to Tuple encoding
(key->tuple key)
Return tuple encoding for the given key
Return tuple encoding for the given key
(open db)
Initializes networking, connects with the default fdb.cluster file, and opens the database.
Initializes networking, connects with the default fdb.cluster file, and opens the database.
(range->kv range-query)
Convert range object into a vector of key value pairs.
Convert range object into a vector of key value pairs.
(select-api-version version)
Select the version for the client API.
Select the version for the client API.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close