Liking cljdoc? Tell your friends :D

burningswell.db.emails


allclj

(all db & [opts])

Find all rows in db.

Find all rows in `db`.
raw docstring

available?clj

(available? db email)

Returns true if email is available, otherwise false.

Returns true if `email` is available, otherwise false.
raw docstring

by-addressclj

(by-address db address & [opts])

Find all rows in db by address.

Find all rows in `db` by `address`.
raw docstring

by-created-atclj

(by-created-at db created-at & [opts])

Find all rows in db by created-at.

Find all rows in `db` by `created-at`.
raw docstring

by-gravatar-user-idclj

(by-gravatar-user-id db gravatar-user-id & [opts])

Find all rows in db by gravatar-user-id.

Find all rows in `db` by `gravatar-user-id`.
raw docstring

by-idclj

(by-id db id & [opts])

Find all rows in db by id.

Find all rows in `db` by `id`.
raw docstring

by-updated-atclj

(by-updated-at db updated-at & [opts])

Find all rows in db by updated-at.

Find all rows in `db` by `updated-at`.
raw docstring

by-userclj

(by-user db user)

by-user-idclj

(by-user-id db user-id & [opts])

Find all rows in db by user-id.

Find all rows in `db` by `user-id`.
raw docstring

by-verified-atclj

(by-verified-at db verified-at & [opts])

Find all rows in db by verified-at.

Find all rows in `db` by `verified-at`.
raw docstring

delete!clj

(delete! db record & [opts])

Delete the record from db.

Delete the `record` from `db`.
raw docstring

delete-all!clj

(delete-all! db records & [opts])

Delete all records from db.

Delete all `records` from `db`.
raw docstring

email?clj

(email? x)

Return true if x is a email, otherwise false.

Return true if `x` is a email, otherwise false.
raw docstring

exists?clj

(exists? db record)

Returns true if the record exists in db, otherwise false.

Returns true if the `record` exists in `db`, otherwise false.
raw docstring

genclj

(gen)
(gen db)

A generator that produces rows for the :emails table.

A generator that produces rows for the :emails table.
raw docstring

insert!clj

(insert! db record & [opts])

Insert record into the db.

Insert `record` into the `db`.
raw docstring

insert-all!clj

(insert-all! db records & [opts])

Insert all records into the db.

Insert all `records` into the `db`.
raw docstring

save!clj

(save! db record & [opts])

Save record to db.

Save `record` to `db`.
raw docstring

save-all!clj

(save-all! db records & [opts])

Save all records to db.

Save all `records` to `db`.
raw docstring

(search db & [{:keys [direction limit offset sort query] :as opts}])

Search emails.

Search emails.
raw docstring

select-batchclj

(select-batch db rows & [opts])

Select the batch of emails rows from table.

Select the batch of emails rows from table.
raw docstring

tableclj

(table)

Returns the emails table.

Returns the emails table.
raw docstring

truncate!clj

(truncate! db & [opts])

Truncate the emails table.

Truncate the emails table.
raw docstring

update!clj

(update! db record & [opts])

Update record in the db.

Update `record` in the `db`.
raw docstring

update-all!clj

(update-all! db records & [opts])

Update all records in the db.

Update all `records` in the `db`.
raw docstring

update-gravatar!clj

(update-gravatar! db email user-id)

Update the Gravatar user id for email.

Update the Gravatar user id for `email`.
raw docstring

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

× close