(rt-add-notify {:keys [notifications] :as pg}
id
{:keys [channel on-close on-notify] :as m})
adds a notification channel
adds a notification channel
(rt-list-notify {:keys [notifications]})
lists all notification channels
lists all notification channels
(rt-postgres)
(rt-postgres m)
creates and startn a postgres runtime
creates and startn a postgres runtime
(rt-postgres:create m)
creates a postgres runtime
creates a postgres runtime
(rt-remove-notify {:keys [notifications]} id)
removes a notification channel
removes a notification channel
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close