Liking cljdoc? Tell your friends :D

cbass


deleteclj

(delete conn table row-key)
(delete conn table row-key family)
(delete conn table row-key family columns)
source

delete-byclj

(delete-by conn table & by)
source

empty-row-putclj

(empty-row-put row-key family)
source

find-byclj

(find-by conn table row-key)
(find-by conn table row-key family)
(find-by conn table row-key family columns)
source

get-tableclj

(get-table c t-name)
source

hdata->mapclj

(hdata->map data)
source

latest-tsclj

(latest-ts result)
source

map->hdataclj

(map->hdata row-key family columns)
source

new-connectionclj

(new-connection conf & {:keys [pack unpack]})
source

packclj

source

pack-un-packclj

(pack-un-pack {:keys [p u]})
source

result-keyclj

(result-key rk)
source

result-valueclj

(result-value rv)
source

results->mapsclj

(results->maps results row-key-fn)
source

scanclj

(scan conn table & {:keys [row-key-fn limit with-ts? lazy?] :as criteria})
source

storeclj

(store conn table row-key family)
(store conn table row-key family columns)
source

store-batchclj

(store-batch conn table rows)
source

unpackclj

source

without-tsclj

(without-ts results)
source

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

× close