Liking cljdoc? Tell your friends :D

servo.connection


->vecclj

(->vec s)

connectclj

(connect {:keys [db-server db-name await-ready query-buffer-size
                 response-buffer-size on-disconnect tables indices]
          :or
            {await-ready true query-buffer-size 100 response-buffer-size 1000}})

disconnectclj

(disconnect connection)

disposeclj

(dispose connection value-signal)

ensure-indexclj

(ensure-index connection table-name index-name & {:keys [wait] :as options})

ensure-tableclj

(ensure-table connection table-name & {:keys [wait]})

funccljmacro

(func params body)

lineclj

(line points)

noreply-waitclj

(noreply-wait connection)

on-disconnectclj

(on-disconnect connection f)

pointclj

(point & {:keys [lon lat]})

polygonclj

(polygon points)

runclj

(run connection
     query
     &
     {:keys [query-type feed?]
      :or {query-type :start
           feed? (some (fn* [p1__13703#] (= :changes (first p1__13703#)))
                       query)}})

server-infoclj

(server-info connection)

subscribeclj

(subscribe connection query)

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

× close