Liking cljdoc? Tell your friends :D

konserve-cassandra.io


closeclj

(close session)

connectclj

(connect config)

copyclj

(copy session table from to)

create-tableclj

(create-table session table)

deleteclj

(delete session table id)

drop-tableclj

(drop-table session table)

insertclj

(insert session table id header meta val)

keysclj

(keys session table)

moveclj

(move session table from to)

parse-resultclj

(parse-result res)

row-exists?clj

(row-exists? session table id)

selectclj

(select session
        table
        id
        column
        &
        {:keys [binary? locked-cb] :or {binary? false}})

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

× close