Liking cljdoc? Tell your friends :D

com.timezynk.mongo.utils.convert


clj->docclj

(clj->doc v)

Convert a map or list of maps to BSON document.

Convert a map or list of maps to BSON document.
sourceraw docstring

doc->cljclj

(doc->clj v)

Convert a BSON document to map.

Convert a BSON document to map.
sourceraw docstring

it->cljclj

(it->clj result)

Convert an iteration over BSON documents to list of maps.

Convert an iteration over BSON documents to list of maps.
sourceraw docstring

list->docclj

(list->doc l)

Convert a list of keywords to keys with value 1 in BSON document.

Convert a list of keywords to keys with value 1 in BSON document.
sourceraw docstring

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

× close