Liking cljdoc? Tell your friends :D

clj-foundationdb.utils


bytes->keyclj

(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
sourceraw docstring

bytes->valueclj

(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
sourceraw docstring

bytes-to-strclj

(bytes-to-str bytes)

Convert bytes to string

Convert bytes to string
sourceraw docstring

key->packed-tupleclj

(key->packed-tuple key)

Pack the key with respect to Tuple encoding

Pack the key with respect to Tuple encoding
sourceraw docstring

key->tupleclj

(key->tuple key)

Return tuple encoding for the given key

Return tuple encoding for the given key
sourceraw docstring

openclj

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

range->kvclj

(range->kv range-query)

Convert range object into a vector of key value pairs.

Convert range object into a vector of key value pairs.
sourceraw docstring

select-api-versionclj

(select-api-version version)

Select the version for the client API.

Select the version for the client API.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close