Liking cljdoc? Tell your friends :D

ottla.postgresql


brin-index-templateclj

source

column-typesclj

source

commit-cursor!clj

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

commit-modesclj

source

connect-configclj

(connect-config config)
source

create-topicclj

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

default-subscription-groupclj

source

delete-topicclj

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

ensure-schemaclj

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

ensure-subscriptionclj

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

fetch-records!clj

(fetch-records! config selection)
source

fetch-records*clj

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

fetch-topicclj

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

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})
source

normalize-selectionclj

(normalize-selection selection)
source

normalize-topic-nameclj

(normalize-topic-name topic)
source

selection-defaultsclj

source

sql-entityclj

(sql-entity x)
source

topic-table-nameclj

(topic-table-name topic)
source

trigger-function-nameclj

(trigger-function-name schema)
source

trigger-function-templateclj

source

trigger-templateclj

source

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

× close