Liking cljdoc? Tell your friends :D

monger.gridfs

Provides functions and macros for working with GridFS: storing files in GridFS, streaming files from GridFS, finding stored files.

Related documentation guide: http://clojuremongodb.info/articles/gridfs.html

Provides functions and macros for working with GridFS: storing files in GridFS, streaming files from GridFS,
finding stored files.

Related documentation guide: http://clojuremongodb.info/articles/gridfs.html
raw docstring

all-filesclj

(all-files)
(all-files query)
(all-files fs query)
source

content-typeclj

(content-type input s)
source

filenameclj

(filename input s)
source

files-as-mapsclj

(files-as-maps)
(files-as-maps query)
(files-as-maps fs query)
source

Finderscljprotocol

findclj

(find input)

Finds multiple files using given input (an ObjectId, filename or query)

Finds multiple files using given input (an ObjectId, filename or query)

find-mapsclj

(find-maps input)

Finds multiple files using given input (an ObjectId, filename or query), returning a Clojure map

Finds multiple files using given input (an ObjectId, filename or query), returning a Clojure map

find-oneclj

(find-one input)

Finds one file using given input (an ObjectId, filename or query)

Finds one file using given input (an ObjectId, filename or query)

find-one-as-mapclj

(find-one-as-map input)

Finds one file using given input (an ObjectId, filename or query), returning a Clojure map

Finds one file using given input (an ObjectId, filename or query), returning a Clojure map
source

GridFSInputFileFactorycljprotocol

make-input-fileclj

(make-input-file input)

Makes GridFSInputFile out of the given input

Makes GridFSInputFile out of the given input
source

metadataclj

(metadata input md)
source

removeclj

(remove)
(remove query)
(remove fs query)
source

remove-allclj

(remove-all)
(remove-all fs)
source

saveclj

(save input)
source

storecljmacro

(store input & body)
source

store-filecljmacro

(store-file input & body)
source

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

× close