Liking cljdoc? Tell your friends :D

:delete-exact

Delete exact is useful when you know the exact values of the rows you want to delete, so conditions are kind of pointless.

[:delete-exact :Customer customer-row] 
;; is the same as below, but faster, and saves some typing.
[:delete :Customer [= :% [:_ customer-row]]] 

See also :delete.

Can you improve this documentation?Edit on GitHub

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close