Liking cljdoc? Tell your friends :D
Clojure only.

leveldb-clj.kv


KeyValueStorecljprotocol

deleteclj

(delete store k)

Return a new store, without the given key.

Return a new store, without the given key.

insertclj

(insert store k v)

Return a new store, with an additional k -> v mapping.

Return a new store, with an additional `k` -> `v` mapping.

insert-batchclj

(insert-batch store k)

Return a new store, with additional mappings.

Return a new store, with additional mappings.

retrieveclj

(retrieve store k)

Return the value associated with the given key.

Return the value associated with the given key.
source

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

× close