Liking cljdoc? Tell your friends :D

burningswell.api.core


*env*clj


add-idclj

(add-id m type)

base64-decodeclj

(base64-decode s)

Decode x from Base64.

Decode `x` from Base64.
raw docstring

base64-encodeclj

(base64-encode x)

Encode x into Base64.

Encode `x` into Base64.
raw docstring

conformclj

(conform env spec data)

conform!clj

(conform! spec data)
(conform! env spec data)

connectionclj

(connection xs)

exerciseclj

(exercise env spec)

explainclj

(explain env spec data)

explain-dataclj

(explain-data env spec data)

generateclj

(generate env gen)

has-manyclj

(has-many db table foreign-key rows & [opts])

has-many-sqlclj

(has-many-sql db
              table
              foreign-key
              rows
              &
              [{:keys [after before first last target-key where type order-by]
                :as opts}])

Batch paginate the has-many relationships of the given rows using table, foreign-key and target-key.

Batch paginate the has-many relationships of the given `rows` using
`table`, `foreign-key` and `target-key`.
raw docstring

limitclj

(limit params)

munge-passwordclj

(munge-password s)

offsetclj

(offset params)

order-byclj

(order-by table & [{:keys [direction sort]}])

paginateclj

(paginate page per-page)

parse-idclj

(parse-id s)

rand-uuidclj

(rand-uuid)

Returns a random UUID.

Returns a random UUID.
raw docstring

resolve-by-idclj

(resolve-by-id db table rows & [opts])

Resolve a batch of rows from table.

Resolve a batch of `rows` from `table`.
raw docstring

sampleclj

(sample env gen)

sort-batchclj

(sort-batch sorted key resources)

sourceclj

(source alias rows & [{:keys [column type]}])

with-envclj/smacro

(with-env env & body)

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

× close