Liking cljdoc? Tell your friends :D

everest.pg.handler.store


delete!clj

(delete! db {:pg.handler/keys [id]})

get-all-statesclj

(get-all-states db)
(get-all-states db handler-type)

Gets all of the #:handler{:position, :state, :id, :type} for the given handler-type or for all types if not specified.

Gets all of the `#:handler{:position, :state, :id, :type}` for the given
`handler-type` or for all types if not specified.
raw docstring

get-stateclj

(get-state db handler-id)

Gets the {:position, :state} map of the handler identified by the handler-id.

Gets the `{:position, :state}` map of the handler identified by the
`handler-id`.
raw docstring

get-state*clj

(get-state* conn handler-id)

subscribeclj

(subscribe source db stream-id handler-id opts)

update!clj

(update! db {:pg.handler/keys [type id position state]})

upsert!*clj

(upsert!* conn handler-type handler-id new-position state)

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

× close