Liking cljdoc? Tell your friends :D

burningswell.db.roles


adminclj

(admin db)

Returns the admin role.

Returns the admin role.
raw docstring

allclj

(all db & [opts])

Find all rows in db.

Find all rows in `db`.
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-descriptionclj

(by-description db description & [opts])

Find all rows in db by description.

Find all rows in `db` by `description`.
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-nameclj

(by-name db name & [opts])

Find all rows in db by name.

Find all rows in `db` by `name`.
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 & [opts])

Find all roles of user in db.

Find all roles of `user` in `db`.
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

editorclj

(editor db)

Returns the editor role.

Returns the editor role.
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 :roles table.

A generator that produces rows for the :roles 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

role?clj

(role? x)

Return true if x is a role, otherwise false.

Return true if `x` is a role, otherwise false.
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 roles.

Search roles.
raw docstring

select-batchclj

(select-batch db rows & [opts])

Select the batch of roles rows from table.

Select the batch of roles rows from table.
raw docstring

tableclj

(table)

Returns the roles table.

Returns the roles table.
raw docstring

truncate!clj

(truncate! db & [opts])

Truncate the roles table.

Truncate the roles 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

userclj

(user db)

Returns the user role.

Returns the user role.
raw docstring

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

× close