Liking cljdoc? Tell your friends :D

ottla.postgresql


brin-index-templateclj


column-typesclj


commit-cursor!clj

(commit-cursor! {:keys [conn schema]} {:keys [topic group]} cursor)

commit-modesclj


connect-configclj

(connect-config config)

create-topicclj

(create-topic
  {:keys [conn schema]}
  topic
  &
  {:keys [key-type val-type] :as opts :or {key-type :bytea val-type :bytea}})

default-subscription-groupclj


delete-topicclj

(delete-topic {:keys [conn schema]} topic)

ensure-schemaclj

(ensure-schema {:keys [conn schema]})

ensure-subscriptionclj

(ensure-subscription {:keys [conn schema]} {:keys [topic group]})

fetch-records!clj

(fetch-records! config selection)

fetch-records*clj

(fetch-records* {:keys [conn schema] :as config}
                {:keys [topic group commit-mode] :as selection})

fetch-topicclj

(fetch-topic {:keys [conn schema]} topic-name)

insert-recordsclj

(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-selectionclj

(normalize-selection selection)

normalize-topic-nameclj

(normalize-topic-name topic)

selection-defaultsclj


sql-entityclj

(sql-entity x)

topic-table-nameclj

(topic-table-name topic)

trigger-function-nameclj

(trigger-function-name schema)

trigger-function-templateclj


trigger-templateclj

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

× close