Liking cljdoc? Tell your friends :D

murmeli.gridfs


create-bucketclj

(create-bucket conn)
(create-bucket conn
               bucket-name
               &
               {:keys [chunk-size-bytes read-concern read-preference
                       timeout-ms]})
source

delete!clj

(delete! conn id)
source

download-streamclj

(download-stream conn & {:keys [id filename revision]})
source

drop-bucket!clj

(drop-bucket! conn)
(drop-bucket! conn bucket-or-bucket-name)

Drop data associated with the bucket from the database.

If no explicit bucket-or-bucket-name is given, the implicit bucket in the conn is dropped.

Returns nil.

Drop data associated with the bucket from the database.

If no explicit `bucket-or-bucket-name` is given, the implicit
bucket in the `conn` is dropped.

Returns `nil`.
sourceraw docstring

findclj

(find conn
      &
      {:keys [batch-size collation-options limit max-time-ms query skip sort]})
source

rename!clj

(rename! conn id new-filename)
source

upload-stream!clj

(upload-stream! conn filename source & {:keys [id doc chunk-size-bytes]})
source

with-bucketclj

(with-bucket conn)
(with-bucket conn
             &
             {:keys [chunk-size-bytes read-concern read-preference timeout-ms]})
source

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

× close