Liking cljdoc? Tell your friends :D

konserve.filestore

Bare file-system implementation.

Bare file-system implementation.
raw docstring

delete-storeclj

(delete-store folder)

Permanently deletes the folder of the store with all files.

Permanently deletes the folder of the store with all files.
sourceraw docstring

filestore-schema-updateclj

(filestore-schema-update {:keys [folder serializer read-handlers] :as store})

Lists all keys in this binary store. This operation does not block concurrent operations and might return an outdated key set. Keys of binary blobs are not tracked atm.

Lists all keys in this binary store. This operation *does not block concurrent operations* and might return an outdated key set. Keys of binary blobs are not tracked atm.
sourceraw docstring

list-keysclj

(list-keys {:keys [folder serializer read-handlers] :as store})

Lists all keys in this binary store. This operation does not block concurrent operations and might return an outdated key set. Keys of binary blobs are not tracked atm.

Lists all keys in this binary store. This operation *does not block concurrent operations* and might return an outdated key set. Keys of binary blobs are not tracked atm.
sourceraw docstring

new-fs-storeclj

(new-fs-store path
              &
              {:keys [serializer read-handlers write-handlers config]
               :or {serializer (ser/fressian-serializer)
                    read-handlers (atom {})
                    write-handlers (atom {})
                    config {:fsync true}}})

Filestore contains a Key and a Data Folder

Filestore contains a Key and a Data Folder
sourceraw docstring

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

× close