(commit-cursor! {:keys [conn schema]} {:keys [topic group]} cursor)
(connect-config config)
(create-topic
{:keys [conn schema]}
topic
&
{:keys [key-type val-type] :as opts :or {key-type :bytea val-type :bytea}})
(delete-topic {:keys [conn schema]} topic)
(ensure-schema {:keys [conn schema]})
(ensure-subscription {:keys [conn schema]} {:keys [topic group]})
(fetch-records! config selection)
(fetch-records* {:keys [conn schema] :as config}
{:keys [topic group commit-mode] :as selection})
(fetch-topic {:keys [conn schema]} topic-name)
(insert-records {:keys [conn conn-map schema] :as cfg}
topic
records
&
{:keys [serialize-key serialize-value]
:or {serialize-key identity serialize-value identity}
:as opts})
(normalize-selection selection)
(normalize-topic-name topic)
(sql-entity x)
(topic-table-name topic)
(trigger-function-name schema)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close