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
(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-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-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-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
(make-input-file input)
Makes GridFSInputFile out of the given input
Makes GridFSInputFile out of the given input
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close