Liking cljdoc? Tell your friends :D

burningswell.api.validation


db-id-exists?clj

(db-id-exists? table)

Returns true if the entity of type with id exists in the database, otherwise false.

Returns true if the entity of `type` with `id` exists in the
database, otherwise false.
raw docstring

email-available?clj

(email-available? email-address)

email-exists?clj

(email-exists? email-address)

email-valid?clj

(email-valid? email-address)

is-favourite-authorclj

(is-favourite-author db favourite author)

max-lengthclj

(max-length len)

min-lengthclj

(min-length len)

not-favourite?clj

(not-favourite? type)

Returns true if input is no favourite, otherwise false.

Returns true if `input` is no favourite, otherwise false.
raw docstring

username-available?clj

(username-available? username)

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

× close