Liking cljdoc? Tell your friends :D

datumbazo.select-batch


select-batchclj

(select-batch db table rows & [{:keys [except join where] :as opts}])

Select the batch of rows from table in db.

Select the batch of `rows` from `table` in `db`.
sourceraw docstring

select-batch-sqlclj

(select-batch-sql db table rows & [{:keys [except join where] :as opts}])

Select the batch of rows from table in db.

Select the batch of `rows` from `table` in `db`.
sourceraw docstring

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

× close