Update operators.clj

Added count and dateToString operators.
This commit is contained in:
amitvshah25 2017-12-14 12:58:44 -05:00 committed by GitHub
parent be43faf059
commit 1a256a6033
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -320,3 +320,6 @@
;; EXAMPLES:
;; (mgcol/update "libraries" { :language "Clojure", $isolated 1 } { $inc { :popularity 1 } } {:multi true})
(defoperator $isolated)
(defoperator $count)
(defoperator $dateToString)