(find-all this)
(delete-by-filter this filter)
(replace-one this id doc)
(find-by-index this index value)
(replace-doc this doc)
(insert this doc)
(find-by-index-coerce-array this value index)
(delete-by-id this id)
(update-doc this doc)
(find-by-id this id)
(find-by-filter this filter)
(update-one this id doc)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close