Liking cljdoc? Tell your friends :D
Clojure only.

lighthouse.transact


deleteclj

(delete val)

Deletes a map or a vector of maps by primary key only

Deletes a map or a vector of maps by primary key only
raw docstring

insertclj

(insert val)

Inserts a map or a vector of maps into the db. All maps need to have the same keys.

Inserts a map or a vector of maps into the db. All maps need to have the same keys.
raw docstring

updateclj

(update val)

Updates a map or a vector of maps in the db. All maps need to have one primary key and the same set of keys.

Updates a map or a vector of maps in the db. All maps need to have one primary key and the same set of keys.
raw docstring

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

× close